From 47f1cf2b2654b662e766801c6d07fcbc24c07b63 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Mon, 16 Dec 2024 10:28:31 +0100 Subject: [PATCH] Fix quickstart image reference --- .github/workflows/Dockerfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dockerfile.yml b/.github/workflows/Dockerfile.yml index 4efa6b4..08d8515 100644 --- a/.github/workflows/Dockerfile.yml +++ b/.github/workflows/Dockerfile.yml @@ -23,7 +23,7 @@ env: STELLAR_RPC_GIT_REF: https://github.com/stellar/stellar-rpc.git#main 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#1a831b2350dd3928b60eb745d0862ee19dd2aaaa + QUICKSTART_GIT_REF: https://github.com/stellar/quickstart.git#e1f62bf34cf047156dbb599b3c7dff52283ac69 # 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: