From bfd80334f4b081f8d03787f6a581e3939e17d70f Mon Sep 17 00:00:00 2001 From: George Date: Thu, 2 Oct 2025 16:13:57 -0700 Subject: [PATCH] Bump RPC for quickstart images --- .github/workflows/build-future.yml | 2 +- .github/workflows/build-latest.yml | 2 +- .github/workflows/build-testing.yml | 2 +- Makefile | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-future.yml b/.github/workflows/build-future.yml index 1a7f00af..31d629e6 100644 --- a/.github/workflows/build-future.yml +++ b/.github/workflows/build-future.yml @@ -63,7 +63,7 @@ jobs: xdr_ref: v23.0.0 core_ref: v23.0.1 horizon_ref: horizon-v23.0.0 - stellar_rpc_ref: v23.0.1 + stellar_rpc_ref: v23.0.4 friendbot_ref: horizon-v23.0.0 lab_ref: main test_matrix: | diff --git a/.github/workflows/build-latest.yml b/.github/workflows/build-latest.yml index a2e274a7..3b3b3fd6 100644 --- a/.github/workflows/build-latest.yml +++ b/.github/workflows/build-latest.yml @@ -40,7 +40,7 @@ jobs: xdr_ref: v23.0.0 core_ref: v23.0.1 horizon_ref: horizon-v23.0.0 - stellar_rpc_ref: v23.0.1 + stellar_rpc_ref: v23.0.4 friendbot_ref: horizon-v23.0.0 lab_ref: main test_matrix: | diff --git a/.github/workflows/build-testing.yml b/.github/workflows/build-testing.yml index b511650f..ba2e11f0 100644 --- a/.github/workflows/build-testing.yml +++ b/.github/workflows/build-testing.yml @@ -41,7 +41,7 @@ jobs: xdr_ref: v23.0.0 core_ref: v23.0.1 horizon_ref: horizon-v23.0.0 - stellar_rpc_ref: v23.0.1 + stellar_rpc_ref: v23.0.4 friendbot_ref: horizon-v23.0.0 lab_ref: main test_matrix: | diff --git a/Makefile b/Makefile index 4bfff649..e5191fab 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ build-latest: XDR_REF=v23.0.0 \ CORE_REF=v23.0.1 \ HORIZON_REF=horizon-v23.0.0 \ - STELLAR_RPC_REF=v23.0.1 \ + STELLAR_RPC_REF=v23.0.4 \ FRIENDBOT_REF=horizon-v23.0.0 build-testing: @@ -37,7 +37,7 @@ build-testing: XDR_REF=v23.0.0 \ CORE_REF=v23.0.1 \ HORIZON_REF=horizon-v23.0.0 \ - STELLAR_RPC_REF=v23.0.1 \ + STELLAR_RPC_REF=v23.0.4 \ FRIENDBOT_REF=horizon-v23.0.0 build-future: @@ -46,7 +46,7 @@ build-future: XDR_REF=v23.0.0 \ CORE_REF=v23.0.1 \ HORIZON_REF=horizon-v23.0.0 \ - STELLAR_RPC_REF=v23.0.1 \ + STELLAR_RPC_REF=v23.0.4 \ FRIENDBOT_REF=horizon-v23.0.0 build: