From 57592c08626970fd53a3ee01c9c48bfa4999ea10 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Thu, 2 Jun 2022 13:14:17 +0100 Subject: [PATCH] chore(ci): update base image [skip ci] --- crates/bonfire/Dockerfile | 2 +- crates/delta/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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