mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
Update baseimage version in Dockerfile
Signed-off-by: aptalca <541623+aptalca@users.noreply.github.com>
This commit is contained in:
parent
9715cfb13e
commit
bbcbb3a347
@ -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/ /
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user