From 9396b3a6c83237435c42fb6f96cb7d74f7c85246 Mon Sep 17 00:00:00 2001 From: Thomas Ubensee <34603111+tomuben@users.noreply.github.com> Date: Tue, 30 Jul 2024 09:01:13 -0300 Subject: [PATCH] Again update exaslct in exaslct.sh --- exaslct_scripts/exaslct.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exaslct_scripts/exaslct.sh b/exaslct_scripts/exaslct.sh index 2af6f7fb..9109d39f 100755 --- a/exaslct_scripts/exaslct.sh +++ b/exaslct_scripts/exaslct.sh @@ -23,7 +23,7 @@ fi SCRIPT_DIR="$(dirname "$($rl -f "${BASH_SOURCE[0]}")")" -EXASLCT_GIT_REF="0.19.0" +EXASLCT_GIT_REF="0.20.0" RUNNER_IMAGE_NAME="$(bash "$SCRIPT_DIR/construct_docker_runner_image_name.sh" "$EXASLCT_GIT_REF")" bash "$SCRIPT_DIR/exaslct_within_docker_container_without_container_build.sh" "$RUNNER_IMAGE_NAME" "${@}"