From 9e02744bb95cdd3908e973b0efa693928213bf2c Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 9 May 2023 23:25:12 +0000 Subject: [PATCH] Update alpine Docker tag to v3.18 --- Dockerfile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.template b/Dockerfile.template index f69ab4a..4ea555e 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 release process. -FROM alpine:3.17 AS verify +FROM alpine:3.18 AS verify COPY TEMPLATE_ROOTFS_FILE / RUN apk add --no-cache curl tar zstd