From 05b547434e576a39a797186201e4b6bf02cdd30b Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Thu, 22 Jan 2026 10:50:51 +0000 Subject: [PATCH] Updating golang-github-openshift-oauth-proxy-container image to be consistent with ART for 4.16 Reconciling with https://github.com/openshift/ocp-build-data/tree/347c22f47768f22a7b9fd3279fa75647d0fea39f/images/golang-github-openshift-oauth-proxy.yml --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 328dda1b2..17b24f386 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/oauth-proxy COPY . . RUN go build .