Skip to content

Commit 777cf1d

Browse files
authored
T9206: Bump Syft version to 1.51.0
Update Syft version to the latest available to include the latest fixes.
1 parent e14a489 commit 777cf1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ RUN apt-get update && apt-get install -y \
333333

334334
# Install syft binary required for SBOM generation
335335
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; \
336+
https://cdn.vyos.io/tools/syft_1.51.0_linux_$(dpkg-architecture -qDEB_HOST_ARCH).tar.gz; \
337337
tar --extract --file=syft.tar.gz syft; mv syft /usr/local/bin/
338338

339339
# Allow password-less 'sudo' for all users in group 'sudo'

0 commit comments

Comments
 (0)