We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518276f commit 876d54cCopy full SHA for 876d54c
Dockerfile.dapper
@@ -22,7 +22,7 @@ RUN apk -U --no-cache add \
22
RUN PIPX_BIN_DIR=/usr/local/bin pipx install awscli
23
24
# Install Trivy
25
-ENV TRIVY_VERSION="0.53.0"
+ENV TRIVY_VERSION="0.54.1"
26
RUN case "$(go env GOARCH)" in \
27
arm64) TRIVY_ARCH="ARM64" ;; \
28
amd64) TRIVY_ARCH="64bit" ;; \
0 commit comments