From: Bjørn Erik Pedersen Date: Fri, 6 Jun 2025 06:16:30 +0000 (+0200) Subject: dockerfile: Update Alpine X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8e61f1fe1273a933de7276e7720eb458adcdd116;p=brevno-suite%2Fhugo dockerfile: Update Alpine Closes #13783 --- 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