core/go: upgrade go to 1.20.10 (#4716)

This commit is contained in:
Caleb Doxsey 2023-11-07 13:44:39 -07:00 committed by GitHub
parent a18ef67be9
commit fcf3961da4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
golang 1.20.3
golang 1.20.10

View file

@ -13,7 +13,7 @@ RUN make yarn
COPY ./ui/ ./ui/
RUN make build-ui
FROM golang:1.20.5-buster@sha256:eb3f9ac805435c1b2c965d63ce460988e1000058e1f67881324746362baf9572 as build
FROM golang:1.20.10-bookworm@sha256:8911325ac48cfb0b37b1e5d5d127536f5481a5bbd0221da7fd4de2af667c8200 as build
WORKDIR /go/src/github.com/pomerium/pomerium
RUN apt-get update \