Skip to content

Commit

Permalink
chore: migrate from ghcr to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Jul 26, 2024
1 parent 8fea560 commit 4c02315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lobbies_servers/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MARK: Builder
FROM ghcr.io/rivet-gg/godot-docker/godot:4.2 AS builder
FROM rivetgg/godot:4.2 AS builder
WORKDIR /app
COPY . .

Expand Down

0 comments on commit 4c02315

Please sign in to comment.