Skip to content

Commit c6de905

Browse files
Merge pull request #251 from openshift-bot/art-consistency-openshift-4.14-golang-github-openshift-oauth-proxy
Updating golang-github-openshift-oauth-proxy images to be consistent with ART
2 parents 06367d0 + 8b64998 commit c6de905

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.ci-operator.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: rhel-8-release-golang-1.19-openshift-4.14
4+
tag: rhel-8-release-golang-1.20-openshift-4.14
5+

Dockerfile

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-8-golang-1.19-openshift-4.14 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.14 AS builder
22
WORKDIR /go/src/github.com/openshift/oauth-proxy
33
COPY . .
44
RUN go build .

0 commit comments

Comments
 (0)