Skip to content

Commit

Permalink
Merge pull request #31 from simonpasquier/update-golang-1.13
Browse files Browse the repository at this point in the history
Dockerfile.ocp: upgrade Go to 1.13
  • Loading branch information
openshift-merge-robot committed Jan 3, 2020
2 parents d597b1e + c54e888 commit 6299b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ocp
@@ -1,5 +1,5 @@
# FROM directives are overriden by CI system (both Prow CI and OSBS)
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/prometheus/alertmanager
COPY . .
RUN if yum install -y prometheus-promu; then export BUILD_PROMU=false; fi && make build
Expand Down

0 comments on commit 6299b49

Please sign in to comment.