From 1bf05a73b757e67e84806619bfab35123fa43ab3 Mon Sep 17 00:00:00 2001 From: tamirms Date: Wed, 9 Oct 2024 21:44:06 -0400 Subject: [PATCH] update soroban-rpc docker image --- .github/workflows/horizon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/horizon.yml b/.github/workflows/horizon.yml index 793f387107..b2dcf77ef1 100644 --- a/.github/workflows/horizon.yml +++ b/.github/workflows/horizon.yml @@ -38,7 +38,7 @@ jobs: PROTOCOL_21_SOROBAN_RPC_DOCKER_IMG: stellar/soroban-rpc:21.4.1 PROTOCOL_22_CORE_DEBIAN_PKG_VERSION: 22.0.0-2095.rc2.1bccbc921.focal PROTOCOL_22_CORE_DOCKER_IMG: stellar/stellar-core:22.0.0-2095.rc2.1bccbc921.focal - PROTOCOL_22_SOROBAN_RPC_DOCKER_IMG: stellar/soroban-rpc:22.0.0-rc1-98 + PROTOCOL_22_SOROBAN_RPC_DOCKER_IMG: stellar/soroban-rpc:22.0.0-rc2-99 PGHOST: localhost PGPORT: 5432 PGUSER: postgres