From f5223c035e797d7d56a876c11420a23cc7cba79a Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Thu, 21 Dec 2023 05:08:44 +0000 Subject: [PATCH] Updating kube-proxy-container image to be consistent with ART for 4.16 Reconciling with https://github.com/openshift/ocp-build-data/tree/af2133c5194e28075efb48f4b508a98759b079d2/images/kube-proxy.yml --- images/kube-proxy/Dockerfile.rhel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/kube-proxy/Dockerfile.rhel b/images/kube-proxy/Dockerfile.rhel index c35c08ab4..aaee5e254 100644 --- a/images/kube-proxy/Dockerfile.rhel +++ b/images/kube-proxy/Dockerfile.rhel @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.16 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16 AS builder WORKDIR /go/src/github.com/openshift/sdn COPY . . RUN make build --warn-undefined-variables