Skip to content

Commit

Permalink
Merge pull request #20 from simonpasquier/update-golang-1.13
Browse files Browse the repository at this point in the history
Update to Go 1.13
  • Loading branch information
openshift-merge-robot committed Jan 8, 2020
2 parents 84e7dac + 3028257 commit b4791e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ocp
@@ -1,4 +1,4 @@
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.12 AS builder
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13 AS builder
WORKDIR /go/src/github.com/brancz/kube-rbac-proxy
COPY . .
ENV GO111MODULE=on
Expand Down

0 comments on commit b4791e1

Please sign in to comment.