diff --git a/automated/linux/torizon/integration-tests.sh b/automated/linux/torizon/integration-tests.sh index 097ed08c0..4c83543ad 100755 --- a/automated/linux/torizon/integration-tests.sh +++ b/automated/linux/torizon/integration-tests.sh @@ -21,9 +21,9 @@ if test -f "${lava_test_dir}/secrets"; then fi # Determine the appropriate packages for the architecture -SPIRE_VERSION="0.3.10" +SPIRE_VERSION="0.4.1" GECKO_VERSION="v0.36.0" -UV_VERSION="0.9.4" +UV_VERSION="0.10.12" detect_abi # shellcheck disable=SC2154