Skip to content

Commit

Permalink
build: use updated quickstart image and --local flag
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed Sep 24, 2023
1 parent 3e11665 commit 17571f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
case "$1" in
standalone)
echo "Using standalone network"
ARGS="--standalone"
ARGS="--local"
;;
futurenet)
echo "Using Futurenet network"
Expand All @@ -19,7 +19,7 @@ esac

# this is set to the quickstart `soroban-dev` image annointed as the release
# for a given Soroban Release, it is captured on Soroban Releases - https://soroban.stellar.org/docs/reference/releases
QUICKSTART_SOROBAN_DOCKER_SHA=stellar/quickstart:soroban-dev@sha256:a6b03cf6b0433c99f2f799b719f0faadbb79684b1b763e7674ba749fb0f648ee
QUICKSTART_SOROBAN_DOCKER_SHA=stellar/quickstart:testing@sha256:1c98f895f8b69cc843eeaa5230d67044dbeb390a5529d51dd7762d8ff685c3f8

shift

Expand Down

0 comments on commit 17571f3

Please sign in to comment.