deps(docker): bump alpine from 3.21.0 to 3.21.2 (#319)

Bumps alpine from 3.21.0 to 3.21.2.

---
updated-dependencies:
- dependency-name: alpine
  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-01-13 14:53:02 +01:00
committed by GitHub
parent a390b7ac8e
commit 21cd4b977e
+1 -1
View File
@@ -20,7 +20,7 @@ RUN go mod download && \
# get alpine container
FROM alpine:3.21.0 AS app
FROM alpine:3.21.2 AS app
# create workdir
WORKDIR /opt/app