Bump FIPS Golang to 1.18.10b7

Resolves #1367
This commit is contained in:
Joshua Casey 2023-01-17 21:19:01 -06:00
parent 6926c1ab64
commit a49e48c6f7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# any type of fips certification. # any type of fips certification.
# use go-boringcrypto rather than main go # use go-boringcrypto rather than main go
FROM us-docker.pkg.dev/google.com/api-project-999119582588/go-boringcrypto/golang:1.18.9b7 as build-env FROM us-docker.pkg.dev/google.com/api-project-999119582588/go-boringcrypto/golang:1.18.10b7 as build-env
WORKDIR /work WORKDIR /work
COPY . . COPY . .