Skip to content

Commit

Permalink
Change reference to stellar-rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
psheth9 committed Sep 11, 2024
1 parent 3261ecb commit f3f4eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/horizon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
HORIZON_INTEGRATION_TESTS_CAPTIVE_CORE_USE_DB: true
PROTOCOL_21_CORE_DEBIAN_PKG_VERSION: 21.3.1-2007.4ede19620.focal
PROTOCOL_21_CORE_DOCKER_IMG: stellar/stellar-core:21.3.1-2007.4ede19620.focal
PROTOCOL_21_SOROBAN_RPC_DOCKER_IMG: stellar/soroban-rpc:21.5.0
PROTOCOL_21_SOROBAN_RPC_DOCKER_IMG: stellar/stellar-rpc:21.5.0
PGHOST: localhost
PGPORT: 5432
PGUSER: postgres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
soroban-rpc:
platform: linux/amd64
image: ${SOROBAN_RPC_IMAGE:-stellar/soroban-rpc}
image: ${SOROBAN_RPC_IMAGE:-stellar/stellar-rpc}
depends_on:
- core
restart: on-failure
Expand Down

0 comments on commit f3f4eb6

Please sign in to comment.