mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-29 03:33:19 -04:00
switch to ghcr for baseimage
This commit is contained in:
+2
-2
@@ -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/ /
|
||||
COPY --from=buildstage /root-layer/ /
|
||||
|
||||
Reference in New Issue
Block a user