Skip to content

Commit

Permalink
chore: migrate from ghcr to docker hub (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Aug 1, 2024
1 parent 449d8ff commit c67f6b1
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 c67f6b1

Please sign in to comment.