From: Bjørn Erik Pedersen Date: Wed, 4 Jun 2025 14:52:17 +0000 (+0200) Subject: dockerfile: Update Go version X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f37412a575f74f8cf9b5ba98b3cd6f9a892263cd;p=brevno-suite%2Fhugo dockerfile: Update Go version FIxes #13780 --- diff --git a/Dockerfile b/Dockerfile index 6d1bf78c4..6f3a70f16 100755 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Twitter: https://twitter.com/gohugoio # Website: https://gohugo.io/ -ARG GO_VERSION="1.23.2" +ARG GO_VERSION="1.24.0" ARG ALPINE_VERSION="3.20" ARG DART_SASS_VERSION="1.79.3"