From 5459cb08eac66fda90683e0c2130236ada78c038 Mon Sep 17 00:00:00 2001 From: aptalca Date: Mon, 2 Nov 2020 16:43:23 -0500 Subject: [PATCH] switch to ghcr for baseimage --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/ /