Skip to content

Commit

Permalink
chore(deps): update dependency anchore/syft to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 9, 2024
1 parent 4103b59 commit 2393fa0
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.4.1"

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 2393fa0

Please sign in to comment.