Bump project deps, including kube 0.23.6->0.24.1 and Go 1.18.1->1.18.3

Several API changes in Kube required changes in Pinniped code.

Signed-off-by: Monis Khan <mok@vmware.com>
This commit is contained in:
Ryan Richard
2022-06-06 14:37:22 -07:00
committed by Monis Khan
parent a3ec15862d
commit 7751c0bf59
9 changed files with 129 additions and 61 deletions

View File

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