chore: security upgrade alpine from latest to 3.23.4 (#1432)

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Elias Schneider
2026-04-18 17:06:50 +02:00
committed by GitHub
parent 6449b28b24
commit c5a4ffa523

View File

@@ -40,7 +40,7 @@ RUN VERSION=$(cat /build/.version) \
.
# Stage 3: Production Image
FROM alpine
FROM alpine:3.23.4
WORKDIR /app
RUN apk add --no-cache curl su-exec