Skip to content

Commit

Permalink
Bump core build
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Mar 21, 2023
1 parent dcf069b commit 859b92a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/soroban-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
env:
SOROBAN_RPC_INTEGRATION_TESTS_ENABLED: true
SOROBAN_RPC_INTEGRATION_TESTS_CAPTIVE_CORE_BIN: /usr/bin/stellar-core
PROTOCOL_20_CORE_DEBIAN_PKG_VERSION: 19.7.1-1204.871accefc.focal~soroban
PROTOCOL_20_CORE_DEBIAN_PKG_VERSION: 19.8.1-1240.7a114a2ad.focal~soroban
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/internal/test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
# Note: Please keep the image pinned to an immutable tag matching the Captive Core version.
# This avoid implicit updates which break compatibility between
# the Core container and captive core.
image: ${CORE_IMAGE:-2opremio/stellar-core:19.7.1-1178.e352f0012.focal-soroban}
image: ${CORE_IMAGE:-2opremio/stellar-core:19.8.1-1240.7a114a2ad.focal-soroban}
depends_on:
- core-postgres
restart: on-failure
Expand Down

0 comments on commit 859b92a

Please sign in to comment.