From 8d17df4c2fb9215601af05ffe805ba6c301b4e16 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Mon, 25 Apr 2022 16:21:04 -0400 Subject: [PATCH] Update Loki to `2.5.0` Update Loki from `2.4.2` to [2.5.0](https://github.com/grafana/loki/releases/tag/v2.5.0) --- loki/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loki/Dockerfile b/loki/Dockerfile index 1a045ca..c261d4d 100644 --- a/loki/Dockerfile +++ b/loki/Dockerfile @@ -3,7 +3,7 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64 # https://hub.docker.com/_/alpine FROM alpine:3.15.4 as build # https://github.com/grafana/loki/releases -ENV LOKI_VERSION 2.4.2 +ENV LOKI_VERSION 2.5.0 RUN set -eux; \ apk update; \