File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ RUN scan-govulncheck.sh manager
4545# Use distroless as minimal base image to package the manager binary
4646# Refer to https://github.com/GoogleContainerTools/distroless for more details
4747# FROM gcr.io/distroless/static:latest
48- FROM gcr.io/spectro-images-public/build-base-images/openssl-fips-ktls:3.2-alpine3.19
48+ FROM gcr.io/spectro-images-public/build-base-images/openssl-fips-ktls:3.2-alpine3.20
4949RUN rm /usr/lib/engines-3/padlock.so
5050RUN rm /lib/libcrypto.so.3
5151RUN rm /usr/lib/ossl-modules/legacy.so
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/spectrocloud/cluster-api-provider-vsphere-static-ip
22
33go 1.22
44
5- toolchain go1.22.2
5+ toolchain go1.22.4
66
77require (
88 github.com/ghodss/yaml v1.0.0
You can’t perform that action at this time.
0 commit comments