deps(docker): bump alpine from 3.22.1 to 3.22.2 (#378)

This commit is contained in:
dependabot[bot]
2025-10-17 19:22:27 +02:00
committed by GitHub
parent 4dfc217be5
commit 17534f1cf5
+1 -1
View File
@@ -20,7 +20,7 @@ RUN go mod download && \
# get alpine container
FROM alpine:3.22.1 AS app
FROM alpine:3.22.2 AS app
# create workdir
WORKDIR /opt/app