We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7068b commit cca7720Copy full SHA for cca7720
syft/Dockerfile
@@ -1,5 +1,5 @@
1
FROM registry.access.redhat.com/ubi8:8.8-1032
2
3
-ARG syft_version="1.2.0"
+ARG syft_version="1.5.0"
4
5
RUN dnf install -y https://github.com/anchore/syft/releases/download/v"${syft_version}"/syft_"${syft_version}"_linux_amd64.rpm && dnf clean all
0 commit comments