diff --git a/Dockerfile b/Dockerfile index 5a74641..496a000 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lsiobase/alpine:3.12 as buildstage +FROM ghcr.io/linuxserver/baseimage-alpine:3.12 as buildstage ARG DOTNET_VERSIONS @@ -39,4 +39,4 @@ FROM scratch LABEL maintainer="aptalca" # Add files from buildstage -COPY --from=buildstage /root-layer/ / \ No newline at end of file +COPY --from=buildstage /root-layer/ /