Merge pull request #1046 from strukturag/dependabot/docker/docker/proxy/golang-1.25-alpine

Bump golang from 1.24-alpine to 1.25-alpine in /docker/proxy
This commit is contained in:
Joachim Bauch 2025-08-14 08:11:25 +02:00 committed by GitHub
commit f329a58334
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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