diff --git a/promtail/Dockerfile b/promtail/Dockerfile index 63e520c..9ff62d5 100644 --- a/promtail/Dockerfile +++ b/promtail/Dockerfile @@ -5,7 +5,7 @@ ARG BUILD_ARCH=amd64 FROM ghcr.io/mdegat01/promtail-journal/${BUILD_ARCH}:1.0.1 as build_promtail # https://hub.docker.com/_/alpine -FROM alpine:3.13.5 as build_yq +FROM alpine:3.14.0 as build_yq # https://github.com/mikefarah/yq/releases ENV YQ_VERSION 4.9.6