deps(docker): bump alpine from 3.22.2 to 3.23.2 (#419)

This commit is contained in:
dependabot[bot]
2025-12-29 13:36:48 +01:00
committed by GitHub
parent 2b03cfd665
commit 572b134ae2

View File

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