dockerfile: Update Go version

FIxes #13780
This commit is contained in:
Bjørn Erik Pedersen
2025-06-04 16:52:17 +02:00
committed by GitHub
parent 21a4a9acd7
commit f37412a575

View File

@@ -2,7 +2,7 @@
# Twitter: https://twitter.com/gohugoio # Twitter: https://twitter.com/gohugoio
# Website: https://gohugo.io/ # Website: https://gohugo.io/
ARG GO_VERSION="1.23.2" ARG GO_VERSION="1.24.0"
ARG ALPINE_VERSION="3.20" ARG ALPINE_VERSION="3.20"
ARG DART_SASS_VERSION="1.79.3" ARG DART_SASS_VERSION="1.79.3"