From b232b17c9494c561b038577a63ec27936502fa52 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 5 Dec 2024 22:24:48 +0000 Subject: [PATCH] Update alpine Docker tag to v3.21 --- Dockerfile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.template b/Dockerfile.template index d1e7342..532fb55 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -10,7 +10,7 @@ # Note: Only official DockerHub images are allowed, see https://gitlab.archlinux.org/archlinux/archlinux-docker/-/commit/daa67d18579024947d69a45e6d028c5adb1c8c23 # While we could use archlinux:base it could also break our build process, so we avoid dog fooding here -FROM alpine:3.19 AS verify +FROM alpine:3.21 AS verify COPY TEMPLATE_ROOTFS_FILE / RUN apk add --no-cache curl tar zstd