Update alpine in multistage Dockerfile template

Resolves https://github.com/docker-library/official-images/pull/12535#issuecomment-1142701007
This commit is contained in:
Justin Kromlinger 2022-06-01 12:26:26 +02:00
parent de90f8c38d
commit 64d4832a71
No known key found for this signature in database
GPG Key ID: 69EF6D9E49A64EB8

View File

@ -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