Skip to content

Commit ea6663a

Browse files
chore(deps): bump alpine from 3.21.4 to 3.22.1 (aquasecurity#9301)
1 parent 298a994 commit ea6663a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21.4
1+
FROM alpine:3.22.1
22
RUN apk --no-cache add ca-certificates git
33
COPY trivy /usr/local/bin/trivy
44
COPY contrib/*.tpl contrib/

Dockerfile.canary

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM alpine:3.21.4
1+
FROM alpine:3.22.1
22
RUN 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
88
ARG TARGETARCH
99
COPY "dist/trivy_canary_build_linux_${TARGETARCH}*/trivy" /usr/local/bin/trivy
1010
COPY contrib/*.tpl contrib/

0 commit comments

Comments
 (0)