There was an error while loading. Please reload this page.
2 parents 26fbd55 + edb96b2 commit ffc56edCopy full SHA for ffc56ed
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage - Download and prepare webapp
2
-FROM alpine:3.23.3 AS build
+FROM alpine:3.23.4 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.3
+FROM alpine:3.23.4
36
37
# Build arguments for labels
38
ARG BUILD_DATE
0 commit comments