Skip to content

Commit

Permalink
Update Chainsaw version
Browse files Browse the repository at this point in the history
  • Loading branch information
IshwarKanse committed Oct 29, 2024
1 parent d9ff92f commit b9aacd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN mkdir -p /tmp/go/bin $GOCACHE \
RUN apt-get update && apt-get install -y jq vim libreadline-dev

# Install Chainsaw e2e testing tool
RUN go install github.com/kyverno/[email protected].0
RUN go install github.com/kyverno/[email protected].8

# Install kubectl and oc
RUN curl -LO https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/latest/openshift-client-linux.tar.gz \
Expand Down

0 comments on commit b9aacd1

Please sign in to comment.