diff --git a/tests/tests.bats b/tests/tests.bats index 86c74699..e81fb4b5 100755 --- a/tests/tests.bats +++ b/tests/tests.bats @@ -49,7 +49,7 @@ SUT_IMAGE="$(get_sut_image)" # Old version used to test overriding the build arguments. # This old version must have the same tag suffixes as the ones defined in the docker-bake file (`-jdk17`, `jdk11`, etc.) - TEST_VERSION="3148.v532a_7e715ee3-4" + TEST_VERSION="3148.v532a_7e715ee3" PARENT_IMAGE_VERSION_SUFFIX="4" ARG_TEST_VERSION="${TEST_VERSION}-${PARENT_IMAGE_VERSION_SUFFIX}"