chore(deps): bump alpine from 3.22.1 to 3.23.0 (#9935)

This commit is contained in:
DmitriyLewen
2025-12-12 12:55:39 +06:00
committed by GitHub
parent f50b96a815
commit d528250a1d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.22.1 FROM alpine:3.23.0
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/

View File

@@ -1,4 +1,4 @@
FROM alpine:3.22.1 FROM alpine:3.23.0
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