Skip to content

Commit e7bb804

Browse files
author
AOS Automation Release Team
committed
1 parent 3e90593 commit e7bb804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.webhook.openshift.rhel7

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.9 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10 AS builder
22
WORKDIR /go/src/github.com/kubernetes-csi/external-snapshotter
33
COPY . .
44
RUN make build
55

6-
FROM registry.ci.openshift.org/ocp/4.9:base
6+
FROM registry.ci.openshift.org/ocp/4.10:base
77
COPY --from=builder /go/src/github.com/kubernetes-csi/external-snapshotter/bin/snapshot-validation-webhook /usr/bin/
88
ENTRYPOINT ["/usr/bin/snapshot-validation-webhook"]

0 commit comments

Comments
 (0)