Skip to content

Commit

Permalink
Replace private stellar core image by official one
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Apr 15, 2024
1 parent 8739fcb commit 22365c9
Showing 1 changed file with 1 addition and 1 deletion.
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 avoids implicit updates which break compatibility between
# the Core container and captive core.
image: ${CORE_IMAGE:-2opremio/stellar-core:20.4.1-1807.b152dc51d.focal}
image: ${CORE_IMAGE:-stellar/unsafe-stellar-core:20.4.1-1807.b152dc51d.focal}
depends_on:
- core-postgres
restart: on-failure
Expand Down

0 comments on commit 22365c9

Please sign in to comment.