multi: bump Golang to 1.23.9

Fixes several CVEs by using the latest Golang version to build.
This commit is contained in:
Oliver Gugger 2025-05-21 14:36:16 +02:00
parent a50fb76fcd
commit 503a295252
No known key found for this signature in database
GPG key ID: 8E4256593F177720
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.6-alpine@sha256:f8113c4b13e2a8b3a168dceaee88ac27743cc84e959f43b9dbd2291e9c3f57a0 as golangbuilder
FROM golang:1.23.9-alpine3.20@sha256:96917b18cf0bf6dc54f726696eb526fe6e6a1ab45e43d4a292aae11f3d503ffe 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.