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.
1 parent 7a1c3ae commit 5459cb0Copy full SHA for 5459cb0
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM lsiobase/alpine:3.12 as buildstage
+FROM ghcr.io/linuxserver/baseimage-alpine:3.12 as buildstage
2
3
ARG DOTNET_VERSIONS
4
@@ -39,4 +39,4 @@ FROM scratch
39
LABEL maintainer="aptalca"
40
41
# Add files from buildstage
42
-COPY --from=buildstage /root-layer/ /
+COPY --from=buildstage /root-layer/ /
0 commit comments