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

Update mariadb Docker tag to v10.11.7
This commit is contained in:
Gerrit Gogel 2024-02-13 08:09:11 +01:00 committed by GitHub
commit db00d4c6b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

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

View file

@ -59,7 +59,7 @@ services:
kompose.service.expose.storage-class-name: default
db:
image: mariadb:10.11.6
image: mariadb:10.11.7
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.6
image: mariadb:10.11.7
environment:
- MYSQL_ROOT_PASSWORD=db_dev
- MYSQL_LOG_CONSOLE=true

View file

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

View file

@ -33,7 +33,7 @@ spec:
value: "true"
- name: MYSQL_ROOT_PASSWORD
value: db_dev
image: mariadb:10.11.6
image: mariadb:10.11.7
name: db
ports:
- containerPort: 3306