mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-05 20:40:16 -08:00
chore(deps): bump alpine from 3.21.4 to 3.22.1 (#9301)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.21.4
|
FROM alpine:3.22.1
|
||||||
RUN apk --no-cache add ca-certificates git
|
RUN apk --no-cache add ca-certificates git
|
||||||
COPY trivy /usr/local/bin/trivy
|
COPY trivy /usr/local/bin/trivy
|
||||||
COPY contrib/*.tpl contrib/
|
COPY contrib/*.tpl contrib/
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
FROM alpine:3.21.4
|
FROM alpine:3.22.1
|
||||||
RUN apk --no-cache add ca-certificates git
|
RUN apk --no-cache add ca-certificates git
|
||||||
|
|
||||||
# binaries were created with GoReleaser
|
# binaries were created with GoReleaser
|
||||||
# need to copy binaries from folder with correct architecture
|
# need to copy binaries from folder with correct architecture
|
||||||
# example architecture folder: dist/trivy_canary_build_linux_arm64/trivy
|
# example architecture folder: dist/trivy_canary_build_linux_arm64/trivy
|
||||||
# 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
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
COPY "dist/trivy_canary_build_linux_${TARGETARCH}*/trivy" /usr/local/bin/trivy
|
COPY "dist/trivy_canary_build_linux_${TARGETARCH}*/trivy" /usr/local/bin/trivy
|
||||||
COPY contrib/*.tpl contrib/
|
COPY contrib/*.tpl contrib/
|
||||||
|
|||||||
Reference in New Issue
Block a user