Skip to content

Commit 5459cb0

Browse files
authored
switch to ghcr for baseimage
1 parent 7a1c3ae commit 5459cb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/alpine:3.12 as buildstage
1+
FROM ghcr.io/linuxserver/baseimage-alpine:3.12 as buildstage
22

33
ARG DOTNET_VERSIONS
44

@@ -39,4 +39,4 @@ FROM scratch
3939
LABEL maintainer="aptalca"
4040

4141
# Add files from buildstage
42-
COPY --from=buildstage /root-layer/ /
42+
COPY --from=buildstage /root-layer/ /

0 commit comments

Comments
 (0)