From e21414dcac8155c81f3f638d0cfc0d2be4d9e247 Mon Sep 17 00:00:00 2001 From: Dev <3674978+spacemandev-git@users.noreply.github.com> Date: Wed, 14 Dec 2022 08:40:23 -0600 Subject: [PATCH] fixing guardiand --- projects/wormhole-local-validator/guardiand.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/wormhole-local-validator/guardiand.bash b/projects/wormhole-local-validator/guardiand.bash index 84d9b6a..25885b4 100644 --- a/projects/wormhole-local-validator/guardiand.bash +++ b/projects/wormhole-local-validator/guardiand.bash @@ -4,7 +4,7 @@ set -euo pipefail # dev.v2 for now (until we make a release) -DOCKER_IMAGE="ghcr.io/certusone/guardiand:main" +DOCKER_IMAGE="ghcr.io/certusone/guardiand:latest" DOCKER_FLAGS="-p 7070:7070 -p 7071:7071 -p 6060:6060 -p 8999:8999/udp --add-host=host.docker.internal:host-gateway --platform linux/amd64" HOST="host.docker.internal"