chore(deps): bump alpine from 3.22.1 to 3.22.2 in the docker group

Bumps the docker group with 1 update: alpine.


Updates `alpine` from 3.22.1 to 3.22.2

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: 3.22.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-11-01 14:00:56 +00:00
committed by GitHub
parent 012f3d7535
commit 21c4d2ac1c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.22.1
FROM alpine:3.22.2
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.22.1
FROM alpine:3.22.2
RUN apk --no-cache add ca-certificates git
# binaries were created with GoReleaser