We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31dfb6e commit c366d8cCopy full SHA for c366d8c
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6 AS builder
+FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder
2
WORKDIR /go/src/github.com/openshift/oauth-proxy
3
COPY . .
4
RUN go build .
0 commit comments