Skip to content

Commit

Permalink
Update Sonobuoy version used in Dockerfile
Browse files Browse the repository at this point in the history
    Co-Authored By: Dave Riddle <driddle@vmware.com>

Signed-off-by: James Burchell <jburchell@vmware.com>
  • Loading branch information
JamesBurchell committed Dec 14, 2022
1 parent 9b72df1 commit e90f2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gathere2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:stable-slim
RUN apt-get update && \
apt-get -y install wget curl git jq && \
wget -O /bin/sonobuoy.tar.gz https://github.com/vmware-tanzu/sonobuoy/releases/download/v0.56.11/sonobuoy_0.56.11_linux_amd64.tar.gz && \
wget -O /bin/sonobuoy.tar.gz https://github.com/vmware-tanzu/sonobuoy/releases/download/v0.56.13/sonobuoy_0.56.13_linux_amd64.tar.gz && \
tar -C /bin -xzf /bin/sonobuoy.tar.gz && \
chmod 755 /bin/sonobuoy

Expand Down

0 comments on commit e90f2d4

Please sign in to comment.