Fix Docker version

This commit is contained in:
Bjørn Erik Pedersen
2026-08-20 18:05:30 +02:00
parent 7989ab53ed
commit 9f00fc3e52
+1 -1
View File
@@ -3,7 +3,7 @@
# Website: https://gohugo.io/
ARG GO_VERSION="1.27"
ARG ALPINE_VERSION="3.22"
ARG ALPINE_VERSION="3.24"
ARG DART_SASS_VERSION="1.79.3"
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.5.0 AS xx