Skip to content

Commit

Permalink
Update Loki to 2.4.2
Browse files Browse the repository at this point in the history
Update Loki from `2.4.1` to [2.4.2](https://github.com/grafana/loki/releases/tag/v2.4.2)
  • Loading branch information
mdegat01 authored Jan 12, 2022
1 parent c3fd59b commit f91f545
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.0 as build
# https://github.com/grafana/loki/releases
ENV LOKI_VERSION 2.4.1
ENV LOKI_VERSION 2.4.2

RUN set -eux; \
apk update; \
Expand Down

0 comments on commit f91f545

Please sign in to comment.