mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-07 22:57:29 +02:00
Update alpine Docker tag to v3.22.1
This commit is contained in:
parent
64a3ba83d3
commit
dc80c4b2fc
@ -1,5 +1,5 @@
|
|||||||
# Build stage - Download and prepare webapp
|
# Build stage - Download and prepare webapp
|
||||||
FROM alpine:3.22.0 AS build
|
FROM alpine:3.22.1 AS build
|
||||||
|
|
||||||
# Set version label
|
# Set version label
|
||||||
ARG WEBAPP_VERSION
|
ARG WEBAPP_VERSION
|
||||||
@ -30,7 +30,7 @@ RUN apk add --no-cache --virtual .build-deps \
|
|||||||
&& apk del .build-deps
|
&& apk del .build-deps
|
||||||
|
|
||||||
# Production stage - Final container
|
# Production stage - Final container
|
||||||
FROM alpine:3.22.0
|
FROM alpine:3.22.1
|
||||||
|
|
||||||
# Build arguments for labels
|
# Build arguments for labels
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
Loading…
Reference in New Issue
Block a user