There was an error while loading. Please reload this page.
1 parent e14a489 commit 777cf1dCopy full SHA for 777cf1d
1 file changed
docker/Dockerfile
@@ -333,7 +333,7 @@ RUN apt-get update && apt-get install -y \
333
334
# Install syft binary required for SBOM generation
335
RUN cd /tmp && curl -sSfL -o syft.tar.gz \
336
- https://cdn.vyos.io/tools/syft_1.44.0_linux_$(dpkg-architecture -qDEB_HOST_ARCH).tar.gz; \
+ https://cdn.vyos.io/tools/syft_1.51.0_linux_$(dpkg-architecture -qDEB_HOST_ARCH).tar.gz; \
337
tar --extract --file=syft.tar.gz syft; mv syft /usr/local/bin/
338
339
# Allow password-less 'sudo' for all users in group 'sudo'
0 commit comments