Skip to content

Commit

Permalink
Merge pull request #251 from openshift-bot/art-consistency-openshift-…
Browse files Browse the repository at this point in the history
…4.14-golang-github-openshift-oauth-proxy

Updating golang-github-openshift-oauth-proxy images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed Jul 25, 2023
2 parents 06367d0 + 8b64998 commit c6de905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .ci-operator.yaml
@@ -1,4 +1,5 @@
build_root_image:
name: release
namespace: openshift
tag: rhel-8-release-golang-1.19-openshift-4.14
tag: rhel-8-release-golang-1.20-openshift-4.14

2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.14 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.14 AS builder
WORKDIR /go/src/github.com/openshift/oauth-proxy
COPY . .
RUN go build .
Expand Down

0 comments on commit c6de905

Please sign in to comment.