diff --git a/tests/compiler-tests.sh b/tests/compiler-tests.sh index 354444c50c..a6a7f99b80 100755 --- a/tests/compiler-tests.sh +++ b/tests/compiler-tests.sh @@ -103,7 +103,7 @@ for compiler in ${images[@]}; do # targets for this test build_indices=(${build_permutation[@]:0:$builds_count}) - repo_name="${base_url}/${compiler}:v22-0" + repo_name="${base_url}/${compiler}:latest" # Grab compiler image docker pull $repo_name >/dev/null