chore(deps): bump alpine from 3.20.0 to 3.21.0 in the docker group across 1 directory (#8196)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-01-16 14:17:38 +04:00
committed by GitHub
parent 011012a8b4
commit 4f77e01b65
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,4 +1,4 @@
FROM alpine:3.20.0
FROM alpine:3.21.0
RUN apk --no-cache add ca-certificates git
# binaries were created with GoReleaser