Update baseimage version in Dockerfile

Signed-off-by: aptalca <541623+aptalca@users.noreply.github.com>
This commit is contained in:
aptalca 2025-12-26 00:36:18 -05:00 committed by GitHub
parent 9715cfb13e
commit bbcbb3a347
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
## Buildstage ##
FROM ghcr.io/linuxserver/baseimage-alpine:3.19 AS buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:3.23 AS buildstage
ARG MOD_VERSION
@ -35,4 +35,4 @@ FROM scratch
LABEL maintainer="hvmzx"
# Add files from buildstage
COPY --from=buildstage /root-layer/ /
COPY --from=buildstage /root-layer/ /