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.
1 parent 4b1ae38 commit 1956a28Copy full SHA for 1956a28
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