diff --git a/promtail/Dockerfile b/promtail/Dockerfile index ba30105..77e31c4 100644 --- a/promtail/Dockerfile +++ b/promtail/Dockerfile @@ -1,7 +1,7 @@ # https://hub.docker.com/_/golang FROM golang:1.17.3-bullseye as build # https://github.com/grafana/loki/releases -ENV LOKI_VERSION 2.3.0 +ENV LOKI_VERSION 2.4.1 # Must build binary from source on system with journal support. Published binaries on release do not include this. # https://packages.debian.org/buster/libsystemd-dev