chore(ci): update base image [skip ci]

This commit is contained in:
Paul Makles
2022-06-02 13:14:17 +01:00
parent f09981695e
commit 57592c0862
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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