build: bump go to v1.24.6

This commit is contained in:
George Tsagkarelis 2025-09-17 10:55:56 +02:00
parent 3ccfc5231b
commit 69ca6587b7
No known key found for this signature in database
GPG key ID: E08DEA9B12B66AF6
12 changed files with 12 additions and 12 deletions

View file

@ -32,7 +32,7 @@ RUN apk add --no-cache --update alpine-sdk \
# The first stage is already done and all static assets should now be generated
# in the app/build sub directory.
FROM golang:1.23.12-alpine3.22@sha256:383395b794dffa5b53012a212365d40c8e37109a626ca30d6151c8348d380b5f as golangbuilder
FROM golang:1.24.6-alpine3.22@sha256:c8c5f95d64aa79b6547f3b626eb84b16a7ce18a139e3e9ca19a8c078b85ba80d as golangbuilder
# Instead of checking out from git again, we just copy the whole working
# directory of the previous stage that includes the generated static assets.