mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-05 21:57:13 +02:00
Update alpine in multistage Dockerfile template
Resolves https://github.com/docker-library/official-images/pull/12535#issuecomment-1142701007
This commit is contained in:
parent
de90f8c38d
commit
64d4832a71
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user