From e90f2d486fa84d3aaea9bfe4d652c3875e340eea Mon Sep 17 00:00:00 2001 From: James Burchell <11385263+JamesBurchell@users.noreply.github.com> Date: Tue, 13 Dec 2022 16:31:28 -0800 Subject: [PATCH] Update Sonobuoy version used in Dockerfile Co-Authored By: Dave Riddle Signed-off-by: James Burchell --- scripts/gathere2e/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gathere2e/Dockerfile b/scripts/gathere2e/Dockerfile index c5c5c0cdc..5a007b86d 100644 --- a/scripts/gathere2e/Dockerfile +++ b/scripts/gathere2e/Dockerfile @@ -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