We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa95c1 commit 79f2cd7Copy full SHA for 79f2cd7
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage - Download and prepare webapp
2
-FROM alpine:3.22.2 AS build
+FROM alpine:3.23.0 AS build
3
4
# Set version label
5
ARG WEBAPP_VERSION
@@ -30,7 +30,7 @@ RUN apk add --no-cache --virtual .build-deps \
30
&& apk del .build-deps
31
32
# Production stage - Final container
33
-FROM alpine:3.22.2
+FROM alpine:3.23.0
34
35
# Build arguments for labels
36
ARG BUILD_DATE
0 commit comments