This commit is contained in:
renovate[bot] 2025-07-16 02:12:20 +00:00 committed by GitHub
commit 1dc02e65e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
# Build stage - Download and prepare webapp
FROM alpine:3.22.0 AS build
FROM alpine:3.22.1 AS build
# Set version label
ARG WEBAPP_VERSION
@ -30,7 +30,7 @@ RUN apk add --no-cache --virtual .build-deps \
&& apk del .build-deps
# Production stage - Final container
FROM alpine:3.22.0
FROM alpine:3.22.1
# Build arguments for labels
ARG BUILD_DATE