mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-06 22:27:41 +02:00
Merge pull request #84 from netbootxyz/renovate/alpine-3.x
Update alpine Docker tag to v3.22.0
This commit is contained in:
commit
944a169044
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user