There was an error while loading. Please reload this page.
2 parents 6f3120f + a909290 commit 7b81764Copy full SHA for 7b81764
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage - Download and prepare webapp
2
-FROM alpine:3.23.4 AS build
+FROM alpine:3.24.1 AS build
3
4
# Set version label
5
ARG WEBAPP_VERSION
@@ -32,7 +32,7 @@ RUN apk add --no-cache --virtual .build-deps \
32
&& apk del .build-deps
33
34
# Production stage - Final container
35
-FROM alpine:3.23.4
+FROM alpine:3.24.1
36
37
# Build arguments for labels
38
ARG BUILD_DATE
0 commit comments