diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh index 2e5c7467..6eeba601 100755 --- a/Build/Scripts/runTests.sh +++ b/Build/Scripts/runTests.sh @@ -574,7 +574,7 @@ mkdir -p .Build/public/typo3temp/var/tests IMAGE_PHP="ghcr.io/typo3/core-testing-$(echo "php${PHP_VERSION}" | sed -e 's/\.//'):latest" IMAGE_NODEJS="ghcr.io/typo3/core-testing-nodejs24:1.1" IMAGE_SHELLCHECK="docker.io/koalaman/shellcheck:v0.11.0" -IMAGE_RSTRENDERING="ghcr.io/typo3-documentation/render-guides:0.39.1" +IMAGE_RSTRENDERING="ghcr.io/typo3-documentation/render-guides:0.40.2" IMAGE_MARIADB="docker.io/mariadb:${DBMS_VERSION}" IMAGE_MYSQL="docker.io/mysql:${DBMS_VERSION}" IMAGE_POSTGRES="docker.io/postgres:${DBMS_VERSION}-alpine"