Merge pull request #583 from strukturag/dependabot/docker/docker/server/golang-1.21-alpine

build(deps): Bump golang from 1.20-alpine to 1.21-alpine in /docker/server
This commit is contained in:
Joachim Bauch 2023-10-26 14:13:22 +02:00 committed by GitHub
commit 1fb2d93ce0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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