Browse Source

Update MariaDB

J0WI 2 years ago
parent
commit
dd3d95a315
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/tests/nextcloud-cli-mysql/run.sh

+ 1 - 1
test/tests/nextcloud-cli-mysql/run.sh

@@ -3,7 +3,7 @@ set -eo pipefail
 
 dir="$(dirname "$(readlink -f "$BASH_SOURCE")")"
 
-dbImage='mariadb:10.5'
+dbImage='mariadb:10.6'
 # ensure the dbImage is ready and available
 if ! docker image inspect "$dbImage" &> /dev/null; then
 	docker pull "$dbImage" > /dev/null