diff --git a/images/scanner-build.Dockerfile b/images/scanner-build.Dockerfile index bf8dfe8f..b0a2f1d5 100644 --- a/images/scanner-build.Dockerfile +++ b/images/scanner-build.Dockerfile @@ -55,8 +55,8 @@ RUN wget --no-verbose -O fetch https://github.com/gruntwork-io/fetch/releases/do install fetch /usr/bin # ossls -ARG OSSLS_VERSION=0.10.1 -ARG OSSLS_SHA256=afdec2fa63b27ced4aeb3297399d45b0f06861e6ebc8cb2431b9653b7f113320 +ARG OSSLS_VERSION=0.11.1 +ARG OSSLS_SHA256=f1bf3012961c1d90ba307a46263f29025028d35c209b9a65e5c7d502c470c95f RUN fetch --repo="https://github.com/stackrox/ossls" --tag="${OSSLS_VERSION}" --release-asset="ossls_linux_amd64" . && \ echo "${OSSLS_SHA256} *ossls_linux_amd64" | sha256sum -c - && \ install ossls_linux_amd64 /usr/bin/ossls && \ diff --git a/images/stackrox-build.Dockerfile b/images/stackrox-build.Dockerfile index 1d68c44a..a1ccfbe7 100644 --- a/images/stackrox-build.Dockerfile +++ b/images/stackrox-build.Dockerfile @@ -74,8 +74,8 @@ RUN wget --no-verbose -O fetch https://github.com/gruntwork-io/fetch/releases/do install fetch /usr/bin && \ rm fetch -ARG OSSLS_VERSION=0.10.1 -ARG OSSLS_SHA256=afdec2fa63b27ced4aeb3297399d45b0f06861e6ebc8cb2431b9653b7f113320 +ARG OSSLS_VERSION=0.11.1 +ARG OSSLS_SHA256=f1bf3012961c1d90ba307a46263f29025028d35c209b9a65e5c7d502c470c95f RUN fetch --repo="https://github.com/stackrox/ossls" --tag="${OSSLS_VERSION}" --release-asset="ossls_linux_amd64" . && \ echo "${OSSLS_SHA256} *ossls_linux_amd64" | sha256sum -c - && \ install ossls_linux_amd64 /usr/bin/ossls && \ diff --git a/images/stackrox-ui-test.Dockerfile b/images/stackrox-ui-test.Dockerfile index 82014a5a..fa9ba676 100644 --- a/images/stackrox-ui-test.Dockerfile +++ b/images/stackrox-ui-test.Dockerfile @@ -92,8 +92,8 @@ RUN wget --no-verbose -O fetch https://github.com/gruntwork-io/fetch/releases/do install fetch /usr/bin && \ rm fetch -ARG OSSLS_VERSION=0.10.1 -ARG OSSLS_SHA256=afdec2fa63b27ced4aeb3297399d45b0f06861e6ebc8cb2431b9653b7f113320 +ARG OSSLS_VERSION=0.11.1 +ARG OSSLS_SHA256=f1bf3012961c1d90ba307a46263f29025028d35c209b9a65e5c7d502c470c95f RUN fetch --repo="https://github.com/stackrox/ossls" --tag="${OSSLS_VERSION}" --release-asset="ossls_linux_amd64" . && \ echo "${OSSLS_SHA256} *ossls_linux_amd64" | sha256sum -c - && \ install ossls_linux_amd64 /usr/bin/ossls && \