Skip to content

Commit

Permalink
Update to 4.7 base images
Browse files Browse the repository at this point in the history
  • Loading branch information
jsafrane committed Jan 4, 2021
1 parent d152bc3 commit 9de0f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ WORKDIR /go/src/github.com/kubernetes-csi/external-provisioner
COPY . .
RUN make build

FROM registry.svc.ci.openshift.org/openshift/origin-v4.6:base
FROM registry.svc.ci.openshift.org/openshift/origin-v4.7:base
COPY --from=builder /go/src/github.com/kubernetes-csi/external-provisioner/bin/csi-provisioner /usr/bin/
ENTRYPOINT ["/usr/bin/csi-provisioner"]

0 comments on commit 9de0f05

Please sign in to comment.