Skip to content

Commit bf42439

Browse files
PCP-3107: CVE-2024-24790 Fix (#57)
1 parent 7975307 commit bf42439

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4949
RUN rm /usr/lib/engines-3/padlock.so
5050
RUN rm /lib/libcrypto.so.3
5151
RUN rm /usr/lib/ossl-modules/legacy.so

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/spectrocloud/cluster-api-provider-vsphere-static-ip
22

33
go 1.22
44

5-
toolchain go1.22.2
5+
toolchain go1.22.4
66

77
require (
88
github.com/ghodss/yaml v1.0.0

0 commit comments

Comments
 (0)