Skip to content

Commit 944a169

Browse files
authored
Merge pull request #84 from netbootxyz/renovate/alpine-3.x
Update alpine Docker tag to v3.22.0
2 parents aaf63e8 + cf63959 commit 944a169

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,4 +1,4 @@
1-
FROM alpine:3.21.3 AS build
1+
FROM alpine:3.22.0 AS build
22

33
# set version label
44
ARG WEBAPP_VERSION
@@ -21,7 +21,7 @@ RUN apk add --no-cache \
2121
npm install --prefix /app && \
2222
rm -rf /tmp/*
2323

24-
FROM alpine:3.21.3
24+
FROM alpine:3.22.0
2525

2626
# set version label
2727
ARG BUILD_DATE

0 commit comments

Comments
 (0)