Skip to content

Commit bbcbb3a

Browse files
authored
Update baseimage version in Dockerfile
Signed-off-by: aptalca <[email protected]>
1 parent 9715cfb commit bbcbb3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
## Buildstage ##
4-
FROM ghcr.io/linuxserver/baseimage-alpine:3.19 AS buildstage
4+
FROM ghcr.io/linuxserver/baseimage-alpine:3.23 AS buildstage
55

66
ARG MOD_VERSION
77

@@ -35,4 +35,4 @@ FROM scratch
3535
LABEL maintainer="hvmzx"
3636

3737
# Add files from buildstage
38-
COPY --from=buildstage /root-layer/ /
38+
COPY --from=buildstage /root-layer/ /

0 commit comments

Comments
 (0)