diff --git a/Dockerfile b/Dockerfile index 10c514c..4219def 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage - Download and prepare webapp -FROM alpine:3.22.1 AS build +FROM alpine:3.22.2 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.1 +FROM alpine:3.22.2 # Build arguments for labels ARG BUILD_DATE