Skip to content

Commit 9d6b2ea

Browse files
authored
Merge pull request #99 from netbootxyz/renovate/alpine-3.x
Update alpine Docker tag to v3.22.1
2 parents 64a3ba8 + dc80c4b commit 9d6b2ea

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.0 AS build
2+
FROM alpine:3.22.1 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.0
33+
FROM alpine:3.22.1
3434

3535
# Build arguments for labels
3636
ARG BUILD_DATE

0 commit comments

Comments
 (0)