deps(docker): bump alpine from 3.22.0 to 3.22.1 (#342)

Bumps alpine from 3.22.0 to 3.22.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: 3.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-07-23 09:45:17 +02:00
committed by GitHub
parent 1fad531e1e
commit f7d4a0cf4a

View File

@@ -20,7 +20,7 @@ RUN go mod download && \
# get alpine container
FROM alpine:3.22.0 AS app
FROM alpine:3.22.1 AS app
# create workdir
WORKDIR /opt/app