diff --git a/crates/bonfire/Dockerfile b/crates/bonfire/Dockerfile index a83f7dbf..e0b41afd 100644 --- a/crates/bonfire/Dockerfile +++ b/crates/bonfire/Dockerfile @@ -1,5 +1,5 @@ # Build Stage -FROM revolt.chat/base:latest AS builder +FROM ghcr.io/revoltchat/base:latest AS builder RUN cargo install --locked --path crates/bonfire # Bundle Stage diff --git a/crates/delta/Dockerfile b/crates/delta/Dockerfile index 94dc36c2..f02812b4 100644 --- a/crates/delta/Dockerfile +++ b/crates/delta/Dockerfile @@ -1,5 +1,5 @@ # Build Stage -FROM revolt.chat/base:latest AS builder +FROM ghcr.io/revoltchat/base:latest AS builder RUN cargo install --locked --path crates/delta # Bundle Stage