Skip to content

Commit

Permalink
Merge pull request docker-library#17681 from J0WI/mariadb-10.11
Browse files Browse the repository at this point in the history
MariaDB 10.11
  • Loading branch information
tianon authored Oct 7, 2024
2 parents 1d13d5c + 1956a28 commit 8127f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/nextcloud-cli-mysql/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8127f61

Please sign in to comment.