From b70175e1828b71c36939991ebe127aec95128c4a Mon Sep 17 00:00:00 2001 From: Willem Wyndham Date: Fri, 27 Oct 2023 10:16:46 -0400 Subject: [PATCH] fix: update justfile with newest quickstart image --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index dbd0c6d..afe3890 100644 --- a/justfile +++ b/justfile @@ -142,7 +142,7 @@ start_docker: docker run --rm -it \ -p 8000:8000 \ --name stellar \ - stellar/quickstart:soroban-dev@sha256:a6b03cf6b0433c99f2f799b719f0faadbb79684b1b763e7674ba749fb0f648ee \ + stellar/quickstart:soroban-dev@sha256:c1030a6ee75c31ba6807b8feddded2af23789b5f2c9be3ac55a550630a35ef42 \ --standalone \ --enable-soroban-rpc \