From b03a08ac61cb91c2cb305d2451f61132bc801fad Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 25 Jul 2026 10:02:57 +0200 Subject: [PATCH] [TASK] Update to typo3-documentation/render-guides 0.40.0 https://github.com/TYPO3-Documentation/render-guides/releases/tag/0.40.0 https://github.com/TYPO3-Documentation/render-guides/releases/tag/0.40.1 https://github.com/TYPO3-Documentation/render-guides/releases/tag/0.40.2 --- Build/Scripts/runTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"