Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#29 from jsafrane/fix-source-image
Browse files Browse the repository at this point in the history
Bug 1883016: Fix source image
  • Loading branch information
openshift-merge-robot authored Sep 29, 2020
2 parents 5b25346 + 78fbafd commit df8faa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.snapshot-controller.openshift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.135AS builder
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.15 AS builder
WORKDIR /go/src/github.com/kubernetes-csi/external-snapshotter
COPY . .
RUN make build
Expand Down

0 comments on commit df8faa0

Please sign in to comment.