diff --git a/.github/workflows/soroban-rpc.yml b/.github/workflows/soroban-rpc.yml index e97dc82f..74e12d56 100644 --- a/.github/workflows/soroban-rpc.yml +++ b/.github/workflows/soroban-rpc.yml @@ -107,7 +107,7 @@ jobs: PROTOCOL_21_CORE_DEBIAN_PKG_VERSION: 22.0.0-2095.rc2.1bccbc921.focal PROTOCOL_21_CORE_DOCKER_IMG: stellar/stellar-core:22.0.0-2095.rc2.1bccbc921.focal PROTOCOL_22_CORE_DEBIAN_PKG_VERSION: 22.0.0-2126.rc3.92923c2db.focal - PROTOCOL_22_CORE_DOCKER_IMG: stellar/unsafe-stellar-core:22.0.0-2126.rc3.92923c2db.focal + PROTOCOL_22_CORE_DOCKER_IMG: stellar/stellar-core:22.0.0-2126.rc3.92923c2db.focal steps: - uses: actions/checkout@v4