We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d13d5c + 1956a28 commit 8127f61Copy full SHA for 8127f61
test/tests/nextcloud-cli-mysql/run.sh
@@ -3,7 +3,7 @@ set -eo pipefail
3
4
dir="$(dirname "$(readlink -f "$BASH_SOURCE")")"
5
6
-dbImage='mariadb:10.6'
+dbImage='mariadb:10.11'
7
# ensure the dbImage is ready and available
8
if ! docker image inspect "$dbImage" &> /dev/null; then
9
docker pull "$dbImage" > /dev/null
0 commit comments