From b8878d0b90ca702b57b91545b54e4a4539011875 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Tue, 26 Apr 2022 00:18:45 -0400 Subject: [PATCH] Update promtail to `2.5.0` Update promtail from `2.4.2` to [2.5.0](https://github.com/grafana/loki/releases/tag/v2.5.0) --- promtail/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promtail/Dockerfile b/promtail/Dockerfile index 9719d23..8af18eb 100644 --- a/promtail/Dockerfile +++ b/promtail/Dockerfile @@ -1,7 +1,7 @@ # https://hub.docker.com/_/golang FROM golang:1.17.9-bullseye as build # https://github.com/grafana/loki/releases -ENV LOKI_VERSION 2.4.2 +ENV LOKI_VERSION 2.5.0 # 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