From 16d1d6bf964e6221edffebdd4dd7a6a2cf2bd0ea Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Wed, 20 Dec 2023 22:56:09 +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/b7ba6c3881993b1c2e0a96905cce738d604e1f1d/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 .