From c75a97dea893ec4a15419ae83b2d7871020f0a87 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Mon, 9 Aug 2021 13:35:46 -0400 Subject: [PATCH] Bump alpine to `3.14.1` Bump alpine from `3.14.0` to `3.14.1` --- promtail/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promtail/Dockerfile b/promtail/Dockerfile index 645de7d..1ef56b5 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.14.0 as build_yq +FROM alpine:3.14.1 as build_yq # https://github.com/mikefarah/yq/releases ENV YQ_VERSION 4.11.2