From 583ec28f924d86dd33dedf339471339ab0e5b886 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Mon, 8 Nov 2021 11:42:40 -0500 Subject: [PATCH] Update to Promtail `2.4.1` Update from Promtail `2.3.0` to [2.4.1](https://github.com/grafana/loki/releases/tag/v2.4.1) (note this also covers the more significant bump to minor version [2.4.0](https://github.com/grafana/loki/releases/tag/v2.4.0)) --- promtail/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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