From 64d4832a716d88cc64db658efa9ea65b7ef64d49 Mon Sep 17 00:00:00 2001 From: Justin Kromlinger Date: Wed, 1 Jun 2022 12:26:26 +0200 Subject: [PATCH] Update alpine in multistage Dockerfile template Resolves https://github.com/docker-library/official-images/pull/12535#issuecomment-1142701007 --- Dockerfile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.template b/Dockerfile.template index 56bf2a9..fa05397 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -8,7 +8,7 @@ # The second stage is for actually configuring the system a little bit. # Some templating is done in order to allow us to easily build different configurations and to # allow us to automate the releaes process. -FROM alpine:3.12 AS verify +FROM alpine:3.16 AS verify COPY TEMPLATE_ROOTFS_FILE / RUN apk add --no-cache curl tar zstd