Merge pull request #2488 from oauth2-proxy/renovate/docker.io-library-golang-1.x

chore(deps): update docker.io/library/golang docker tag to v1.22
This commit is contained in:
Joel Speed 2024-02-14 09:05:05 +00:00 committed by GitHub
commit 69a6c03c06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ARG RUNTIME_IMAGE=gcr.io/distroless/static:nonroot
# cache sharing of the go mod download step. # cache sharing of the go mod download step.
# Go cross compilation is also faster than emulation the go compilation across # Go cross compilation is also faster than emulation the go compilation across
# multiple platforms. # 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 # Copy sources
WORKDIR $GOPATH/src/github.com/oauth2-proxy/oauth2-proxy WORKDIR $GOPATH/src/github.com/oauth2-proxy/oauth2-proxy