deps(docker): bump alpine from 3.21.2 to 3.21.3 (#327)

This commit is contained in:
dependabot[bot]
2025-03-06 16:24:05 +01:00
committed by GitHub
parent b256e82a52
commit b3d2d401df

View File

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