Skip to content

Commit a87592e

Browse files
committed
ACM-24354: address CVE-2025-47907
Signed-off-by: Nahshon Unna Tsameret <[email protected]>
1 parent d2f4955 commit a87592e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Build the manager binary
1818
# Run this with docker build --build-arg builder_image=<golang:x.y.z>
19-
ARG builder_image=docker.io/golang:1.22
19+
ARG builder_image=docker.io/golang:1.24
2020
FROM ${builder_image} as builder
2121
WORKDIR /workspace
2222

Dockerfile.rhtap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23 as builder
1+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.24 as builder
22

33
# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy
44
ARG goproxy=https://proxy.golang.org

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/cluster-api-provider-kubevirt
22

3-
go 1.22.0
3+
go 1.24.0
44

55
require (
66
github.com/go-logr/logr v1.4.2

0 commit comments

Comments
 (0)