Bump sonobuoy version

pull/1330/head
Erik Wilson 2020-01-21 10:17:45 -07:00
parent 3b1d656082
commit fe8510090d
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.0 OS=linux && \
VERSION=0.17.1 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