Skip to content

Commit 2a121dd

Browse files
committed
refactor: change default image tag
1 parent 0ca8895 commit 2a121dd

File tree

1 file changed

+1
-1
lines changed
  • spawnctl/lib/spawnctl/commands/dev

1 file changed

+1
-1
lines changed

spawnctl/lib/spawnctl/commands/dev/run.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ defmodule SpawnCtl.Commands.Dev.Run do
8383
proxy_bind_address: "0.0.0.0",
8484
proxy_bind_port: 9001,
8585
proxy_bind_grpc_port: 9980,
86-
proxy_image: "eigr/spawn-proxy:1.4.2",
86+
proxy_image: "ghcr.io/eigr/spawn-proxy:1.4.2",
8787
actor_host_port: 8090,
8888
database_self_provisioning: true,
8989
database_host: "",

0 commit comments

Comments
 (0)