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
2
2
RUN apk --no-cache add ca-certificates git
3
3
COPY trivy /usr/local/bin/trivy
4
4
COPY 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
2
2
RUN apk --no-cache add ca-certificates git
3
3
4
4
# binaries were created with GoReleaser
5
5
# need to copy binaries from folder with correct architecture
6
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
7
+ # GoReleaser adds _v* to the folder name, but only when GOARCH is amd64
8
8
ARG TARGETARCH
9
9
COPY "dist/trivy_canary_build_linux_${TARGETARCH}*/trivy" /usr/local/bin/trivy
10
10
COPY contrib/*.tpl contrib/
You can’t perform that action at this time.
0 commit comments