We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58cf10 commit d2a9337Copy full SHA for d2a9337
tests/e2e-openshift/Dockerfile
@@ -26,7 +26,7 @@ RUN curl -LO https://github.com/kudobuilder/kuttl/releases/download/v0.15.0/kube
26
&& mv kubectl-kuttl_0.15.0_linux_x86_64 /usr/local/bin/kuttl
27
28
# Install Chainsaw e2e
29
-RUN go install github.com/kyverno/[email protected].0
+RUN go install github.com/kyverno/[email protected].6
30
31
# Install kubectl and oc
32
RUN curl -LO https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/latest/openshift-client-linux.tar.gz \
0 commit comments