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