Skip to content

Commit 5e650c4

Browse files
Merge pull request #196 from openshift-bot/art-consistency-openshift-4.7-golang-github-openshift-oauth-proxy
Updating golang-github-openshift-oauth-proxy builder & base images to be consistent with ART
2 parents b362a7c + dd6149a commit 5e650c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder
1+
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
22
WORKDIR /go/src/github.com/openshift/oauth-proxy
33
COPY . .
44
RUN go build .
55

6-
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.6
6+
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.7
77
COPY --from=builder /go/src/github.com/openshift/oauth-proxy/oauth-proxy /usr/bin/oauth-proxy
88
ENTRYPOINT ["/usr/bin/oauth-proxy"]

0 commit comments

Comments
 (0)