Bump base images to go1.20.6 in Dockerfiles

This commit is contained in:
Joshua Casey
2023-07-19 13:25:57 -05:00
parent 26686d6b94
commit 38c281331a
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
# hidden behind a `GOEXPERIMENT=boringcrypto` env var.
# See https://go.googlesource.com/go/+/dev.boringcrypto/README.boringcrypto.md
# and https://kupczynski.info/posts/fips-golang/ for details.
FROM golang:1.20.5 as build-env
FROM golang:1.20.6 as build-env
WORKDIR /work
COPY . .