File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM alpine:3.21.4
1+ FROM alpine:3.22.1
22RUN apk --no-cache add ca-certificates git
33COPY trivy /usr/local/bin/trivy
44COPY contrib/*.tpl contrib/
Original file line number Diff line number Diff line change 1- FROM alpine:3.21.4
1+ FROM alpine:3.22.1
22RUN apk --no-cache add ca-certificates git
33
44# binaries were created with GoReleaser
55# need to copy binaries from folder with correct architecture
66# example architecture folder: dist/trivy_canary_build_linux_arm64/trivy
7- # GoReleaser adds _v* to the folder name, but only when GOARCH is amd64
7+ # GoReleaser adds _v* to the folder name, but only when GOARCH is amd64
88ARG TARGETARCH
99COPY "dist/trivy_canary_build_linux_${TARGETARCH}*/trivy" /usr/local/bin/trivy
1010COPY contrib/*.tpl contrib/
You can’t perform that action at this time.
0 commit comments