Skip to content

Commit 1956a28

Browse files
committed
MariaDB 10.11
1 parent 4b1ae38 commit 1956a28

File tree

1 file changed

+1
-1
lines changed
  • test/tests/nextcloud-cli-mysql

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -eo pipefail
33

44
dir="$(dirname "$(readlink -f "$BASH_SOURCE")")"
55

6-
dbImage='mariadb:10.6'
6+
dbImage='mariadb:10.11'
77
# ensure the dbImage is ready and available
88
if ! docker image inspect "$dbImage" &> /dev/null; then
99
docker pull "$dbImage" > /dev/null

0 commit comments

Comments
 (0)