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.
2 parents 769929c + 84dfec3 commit 8aa95c1Copy full SHA for 8aa95c1
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage - Download and prepare webapp
2
-FROM alpine:3.22.1 AS build
+FROM alpine:3.22.2 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.1
+FROM alpine:3.22.2
34
35
# Build arguments for labels
36
ARG BUILD_DATE
0 commit comments