Merge pull request #799 from strukturag/dependabot/docker/docker/proxy/golang-1.23-alpine

Bump golang from 1.22-alpine to 1.23-alpine in /docker/proxy
This commit is contained in:
Joachim Bauch 2024-08-26 09:59:55 +02:00 committed by GitHub
commit 1fb01b287e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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