There was an error while loading. Please reload this page.
1 parent 298a994 commit ea6663aCopy full SHA for ea6663a
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.21.4
+FROM alpine:3.22.1
2
RUN apk --no-cache add ca-certificates git
3
COPY trivy /usr/local/bin/trivy
4
COPY contrib/*.tpl contrib/
Dockerfile.canary
@@ -1,10 +1,10 @@
# binaries were created with GoReleaser
5
# need to copy binaries from folder with correct architecture
6
# example architecture folder: dist/trivy_canary_build_linux_arm64/trivy
7
-# GoReleaser adds _v* to the folder name, but only when GOARCH is amd64
+# GoReleaser adds _v* to the folder name, but only when GOARCH is amd64
8
ARG TARGETARCH
9
COPY "dist/trivy_canary_build_linux_${TARGETARCH}*/trivy" /usr/local/bin/trivy
10
0 commit comments