Merge pull request #84 from netbootxyz/renovate/alpine-3.x

Update alpine Docker tag to v3.22.0
This commit is contained in:
Antony Messerli 2025-06-01 22:35:02 -05:00 committed by GitHub
commit 944a169044
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM alpine:3.21.3 AS build
FROM alpine:3.22.0 AS build
# set version label
ARG WEBAPP_VERSION
@ -21,7 +21,7 @@ RUN apk add --no-cache \
npm install --prefix /app && \
rm -rf /tmp/*
FROM alpine:3.21.3
FROM alpine:3.22.0
# set version label
ARG BUILD_DATE