chore(deps): bump alpine from 3.21.4 to 3.22.1 (#9301)

This commit is contained in:
Rene Leonhardt
2025-08-07 17:31:33 +02:00
committed by GitHub
parent 298a9941f0
commit ea6663abff
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.21.4
FROM alpine:3.22.1
RUN apk --no-cache add ca-certificates git
COPY trivy /usr/local/bin/trivy
COPY contrib/*.tpl contrib/

View File

@@ -1,10 +1,10 @@
FROM alpine:3.21.4
FROM alpine:3.22.1
RUN apk --no-cache add ca-certificates git
# binaries were created with GoReleaser
# need to copy binaries from folder with correct architecture
# 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
COPY "dist/trivy_canary_build_linux_${TARGETARCH}*/trivy" /usr/local/bin/trivy
COPY contrib/*.tpl contrib/