Skip to content

Commit 010953a

Browse files
Merge pull request #600 from openshift-bot/art-consistency-openshift-4.16-kube-proxy
OCPBUGS-25779: Updating kube-proxy-container image to be consistent with ART for 4.16
2 parents 5ad1921 + f5223c0 commit 010953a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/kube-proxy/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.16 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16 AS builder
22
WORKDIR /go/src/github.com/openshift/sdn
33
COPY . .
44
RUN make build --warn-undefined-variables

0 commit comments

Comments
 (0)