From b7c9ee9e5f4c3107ed1a02e8c746505c0e9fb451 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Tue, 30 Aug 2022 22:25:54 -0400 Subject: [PATCH] Update promtail to 2.6.1 Bump promtail journal base to [1.6.0](https://github.com/mdegat01/promtail-journal/releases/tag/v1.6.0) (which updates Promtail to [2.6.1](https://github.com/grafana/loki/releases/tag/v2.6.1)) --- promtail/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promtail/Dockerfile b/promtail/Dockerfile index c761624..6bc9721 100644 --- a/promtail/Dockerfile +++ b/promtail/Dockerfile @@ -2,7 +2,7 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64 ARG BUILD_ARCH=amd64 # https://github.com/mdegat01/promtail-journal/releases -FROM ghcr.io/mdegat01/promtail-journal/${BUILD_ARCH}:1.5.0 as build_promtail +FROM ghcr.io/mdegat01/promtail-journal/${BUILD_ARCH}:1.6.0 as build_promtail # https://github.com/hassio-addons/addon-debian-base/releases # hadolint ignore=DL3006