Skip to content

Commit

Permalink
Use ghcr.io image
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Aug 28, 2023
1 parent c094d76 commit 8f75d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN set -eux \
FROM scratch AS rootfs

COPY --from=nginx-unit-builder ["/opt/unit/", "/opt/unit/"]
COPY --from=nlss/s6-rootfs:2.2 ["/", "/"]
COPY --from=ghcr.io/n0rthernl1ghts/s6-rootfs:2.2 ["/", "/"]

# Rootfs
COPY ["./rootfs", "/"]
Expand Down

0 comments on commit 8f75d40

Please sign in to comment.