Merge pull request #141 from ggogel/renovate/mariadb-10.x

Update mariadb Docker tag to v10.11.6
This commit is contained in:
Gerrit Gogel 2023-11-20 11:03:23 +01:00 committed by GitHub
commit 7c6678691b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ services:
- seafile-net
db:
image: mariadb:10.11.5
image: mariadb:10.11.6
environment:
- MYSQL_ROOT_PASSWORD=db_dev
- MYSQL_LOG_CONSOLE=true

View file

@ -46,7 +46,7 @@ services:
endpoint_mode: dnsrr
db:
image: mariadb:10.11.5
image: mariadb:10.11.6
environment:
- MYSQL_ROOT_PASSWORD=db_dev
- MYSQL_LOG_CONSOLE=true

View file

@ -44,7 +44,7 @@ services:
- seafile-net
db:
image: mariadb:10.11.5
image: mariadb:10.11.6
environment:
- MYSQL_ROOT_PASSWORD=db_dev
- MYSQL_LOG_CONSOLE=true