mirror of https://github.com/k3s-io/k3s
Update sonobouy to v0.17.2
parent
dfcbd5a3c1
commit
46c7aba40a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue