diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh index 20667f89..879c3873 100755 --- a/Build/Scripts/runTests.sh +++ b/Build/Scripts/runTests.sh @@ -497,7 +497,7 @@ mkdir -p .Build/public/typo3temp/var/tests IMAGE_PHP="ghcr.io/typo3/core-testing-$(echo "php${PHP_VERSION}" | sed -e 's/\.//'):latest" IMAGE_NODE="docker.io/node:${NODE_VERSION}-alpine" IMAGE_SHELLCHECK="docker.io/koalaman/shellcheck:v0.11.0" -IMAGE_DOCS="ghcr.io/typo3-documentation/render-guides:0.36.0" +IMAGE_DOCS="ghcr.io/typo3-documentation/render-guides:0.37.0" IMAGE_MARIADB="docker.io/mariadb:${DBMS_VERSION}" IMAGE_MYSQL="docker.io/mysql:${DBMS_VERSION}" IMAGE_POSTGRES="docker.io/postgres:${DBMS_VERSION}-alpine"