Skip to content

Commit

Permalink
Merge pull request #150 from mdegat01/update-loki-2.5.0
Browse files Browse the repository at this point in the history
Update Loki to `2.5.0`
  • Loading branch information
mdegat01 authored Apr 25, 2022
2 parents ccc02ca + 8d17df4 commit a229f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loki/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit a229f1b

Please sign in to comment.