Merge pull request #919 from strukturag/dependabot/docker/docker/server/golang-1.24-alpine

build(deps): bump golang from 1.23-alpine to 1.24-alpine in /docker/server
This commit is contained in:
Joachim Bauch 2025-02-14 08:47:55 +01:00 committed by GitHub
commit 5c459239bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM} golang:1.23-alpine AS builder
FROM --platform=${BUILDPLATFORM} golang:1.24-alpine AS builder
ARG TARGETARCH
ARG TARGETOS