From 1956a2881e6524ff8906c87ad8a16f922af7f6f8 Mon Sep 17 00:00:00 2001 From: J0WI Date: Mon, 7 Oct 2024 20:54:54 +0200 Subject: [PATCH] MariaDB 10.11 --- test/tests/nextcloud-cli-mysql/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/nextcloud-cli-mysql/run.sh b/test/tests/nextcloud-cli-mysql/run.sh index 0d52f88474384..1ed8f17fa6469 100755 --- a/test/tests/nextcloud-cli-mysql/run.sh +++ b/test/tests/nextcloud-cli-mysql/run.sh @@ -3,7 +3,7 @@ set -eo pipefail dir="$(dirname "$(readlink -f "$BASH_SOURCE")")" -dbImage='mariadb:10.6' +dbImage='mariadb:10.11' # ensure the dbImage is ready and available if ! docker image inspect "$dbImage" &> /dev/null; then docker pull "$dbImage" > /dev/null