Skip to content

Commit 84dfec3

Browse files
Update alpine Docker tag to v3.22.2
1 parent 9d6b2ea commit 84dfec3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage - Download and prepare webapp
2-
FROM alpine:3.22.1 AS build
2+
FROM alpine:3.22.2 AS build
33

44
# Set version label
55
ARG WEBAPP_VERSION
@@ -30,7 +30,7 @@ RUN apk add --no-cache --virtual .build-deps \
3030
&& apk del .build-deps
3131

3232
# Production stage - Final container
33-
FROM alpine:3.22.1
33+
FROM alpine:3.22.2
3434

3535
# Build arguments for labels
3636
ARG BUILD_DATE

0 commit comments

Comments
 (0)