Bump alpine from 3.20.2 to 3.20.3 (#305)

This commit is contained in:
dependabot[bot]
2024-09-18 04:25:51 +02:00
committed by GitHub
parent a52fc1331a
commit 885421982c

View File

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