From 39045e3cb0aeeeef92dc5b4167b4d7a8d264f210 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Mon, 9 Aug 2021 13:40:30 -0400 Subject: [PATCH] Update promtail-journal to `1.1.0` Update promtail-journal from `1.0.1` to [1.1.0](https://github.com/mdegat01/promtail-journal/releases/tag/v1.1.0) --- promtail/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promtail/Dockerfile b/promtail/Dockerfile index 1ef56b5..07eba9a 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.0.1 as build_promtail +FROM ghcr.io/mdegat01/promtail-journal/${BUILD_ARCH}:1.1.0 as build_promtail # https://hub.docker.com/_/alpine FROM alpine:3.14.1 as build_yq