1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-09-16 09:16:33 +02:00

chore(deps): update docker.io/library/golang docker tag to v1.22

This commit is contained in:
renovate[bot]
2024-02-13 11:19:38 +00:00
committed by GitHub
parent 7af1e42788
commit 4b4703f4d7

View File

@@ -5,7 +5,7 @@ ARG RUNTIME_IMAGE=gcr.io/distroless/static:nonroot
# cache sharing of the go mod download step.
# Go cross compilation is also faster than emulation the go compilation across
# multiple platforms.
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.21-bookworm AS builder
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.22-bookworm AS builder
# Copy sources
WORKDIR $GOPATH/src/github.com/oauth2-proxy/oauth2-proxy