From 8e61f1fe1273a933de7276e7720eb458adcdd116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 6 Jun 2025 08:16:30 +0200 Subject: [PATCH] dockerfile: Update Alpine Closes #13783 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6f3a70f16..e35fd4958 100755 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # Website: https://gohugo.io/ ARG GO_VERSION="1.24.0" -ARG ALPINE_VERSION="3.20" +ARG ALPINE_VERSION="3.22" ARG DART_SASS_VERSION="1.79.3" FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.5.0 AS xx