From 157a9d940918497ca3c23272ed4b72297815eb76 Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Thu, 16 Feb 2023 18:52:25 -0500 Subject: [PATCH] update standalone --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 97bbc6bc..9d0030af 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -102,7 +102,7 @@ jobs: services: rippled: - image: natenichols/rippled-standalone:latest + image: gcr.io/metaxrplorer/dangell7-iouescrow-standalone:1 ports: - 6006:6006 options: --health-cmd="wget localhost:6006 || exit 1" --health-interval=5s --health-retries=10 --health-timeout=2s @@ -153,7 +153,7 @@ jobs: services: rippled: - image: natenichols/rippled-standalone:latest + image: gcr.io/metaxrplorer/dangell7-iouescrow-standalone:1 ports: - 6006:6006 options: --health-cmd="wget localhost:6006 || exit 1" --health-interval=5s --health-retries=10 --health-timeout=2s