Skip to content

Commit 70279c7

Browse files
dhaiducekopenshift-merge-bot[bot]
authored andcommitted
Address oauth2 vuln
Address CVE-2025-22868 Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
1 parent 6022b05 commit 70279c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stage 1: Use image builder to build the target binaries
22
# Copyright Contributors to the Open Cluster Management project
33

4-
FROM registry.ci.openshift.org/stolostron/builder:go1.22-linux AS builder
4+
FROM registry.ci.openshift.org/stolostron/builder:go1.23-linux AS builder
55

66
ENV COMPONENT=governance-policy-propagator
77
ENV REPO_PATH=/go/src/github.com/open-cluster-management/${COMPONENT}

0 commit comments

Comments
 (0)