We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9715cfb + bbcbb3a commit 675df52Copy full SHA for 675df52
Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1
2
3
## Buildstage ##
4
-FROM ghcr.io/linuxserver/baseimage-alpine:3.19 AS buildstage
+FROM ghcr.io/linuxserver/baseimage-alpine:3.23 AS buildstage
5
6
ARG MOD_VERSION
7
@@ -35,4 +35,4 @@ FROM scratch
35
LABEL maintainer="hvmzx"
36
37
# Add files from buildstage
38
-COPY --from=buildstage /root-layer/ /
+COPY --from=buildstage /root-layer/ /
0 commit comments