Skip to content

Commit

Permalink
chore(deps): update dependency anchore/syft to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 28, 2024
1 parent ab7068b commit cca7720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syft/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.access.redhat.com/ubi8:8.8-1032

ARG syft_version="1.2.0"
ARG syft_version="1.5.0"

RUN dnf install -y https://github.com/anchore/syft/releases/download/v"${syft_version}"/syft_"${syft_version}"_linux_amd64.rpm && dnf clean all

0 comments on commit cca7720

Please sign in to comment.