Update sonobouy to v0.17.2

pull/1569/head
Darren Shepherd 2020-03-26 15:59:23 -07:00 committed by Erik Wilson
parent dfcbd5a3c1
commit 46c7aba40a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH
RUN if [ "${ARCH}" == "amd64" ] || [ "${ARCH}" == "arm64" ]; then \
VERSION=0.17.1 OS=linux && \
VERSION=0.17.2 OS=linux && \
curl -sL "https://github.com/vmware-tanzu/sonobuoy/releases/download/v${VERSION}/sonobuoy_${VERSION}_${OS}_${ARCH}.tar.gz" | \
tar -xzf - -C /usr/local/bin; \
fi