Skip to content

Commit

Permalink
set v20 versions for image build
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Dec 8, 2023
1 parent 697b2c2 commit f18e064
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/Dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ env:
# the only time system test image needs to be defined for a push is when it's a non 'v' tag creation
PUSH_ENABLED: ${{ secrets.DOCKERHUB_TOKEN && github.ref_type == 'tag' && startsWith(github.ref_name, 'v') != true && 'true' || 'false' }}
IMAGE: ${{ format('{0}/{1}:{2}', secrets.DOCKERHUB_TOKEN && 'docker.io' || 'ghcr.io', github.repository, github.ref_type == 'tag' && github.ref_name || github.event.ref || 'latest') }}
CORE_GIT_REF: https://github.com/stellar/stellar-core.git#master
SOROBAN_RPC_GIT_REF: https://github.com/stellar/soroban-tools.git#main
CORE_GIT_REF: https://github.com/stellar/stellar-core.git#v20.0.0
# v20.0.0
SOROBAN_RPC_GIT_REF: https://github.com/stellar/soroban-tools.git#91a441ff9593377c11d7e8b26c4942e941d548bb
RUST_TOOLCHAIN_VERSION: stable
SOROBAN_CLI_GIT_REF: https://github.com/stellar/soroban-tools.git#main
QUICKSTART_GIT_REF: https://github.com/stellar/quickstart.git#master
# leaving sdk npm version blank defaults to whatever npm has for latest version
# rather than build from git source, which is fine for ci test build
JS_STELLAR_SDK_NPM_VERSION:
# v20.0.1
SOROBAN_CLI_GIT_REF: https://github.com/stellar/soroban-tools.git#c0b84da707aacc81802be1caf96d008ddf0b337a
QUICKSTART_GIT_REF: https://github.com/stellar/quickstart.git#412bb828ddb4a93745227ab5ad97c623d43f3a5f
JS_STELLAR_SDK_NPM_VERSION: 11.0.1
RS_XDR_GIT_REPO: https://github.com/stellar/rs-stellar-xdr
RS_XDR_GIT_REF: main
RS_XDR_GIT_REF: v20.0.1
jobs:
complete:
if: always()
Expand Down

0 comments on commit f18e064

Please sign in to comment.