From 79197c524557e526444ca7a71a4ee7c4f6ed09e2 Mon Sep 17 00:00:00 2001 From: Heiko Hardt Date: Thu, 26 Mar 2026 15:41:34 +0100 Subject: [PATCH] [TASK] Update typo3-documentation/render-guides version to 0.37.0 Fixes #2004 --- 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 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"