Skip to content

Commit f802125

Browse files
chore(deps): update docker.io/bitnami/mariadb docker tag to v10.11
1 parent f247560 commit f802125

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ services:
648648
- mysql:/var/lib/mysql
649649

650650
database-mariadb-primary:
651-
image: docker.io/bitnami/mariadb:10.6
651+
image: docker.io/bitnami/mariadb:10.11
652652
ports:
653653
- "${IP_BIND:-127.0.0.1}:3306:3306"
654654
volumes:
@@ -663,7 +663,7 @@ services:
663663
- MARIADB_DATABASE=nextcloud
664664

665665
database-mariadb-replica:
666-
image: docker.io/bitnami/mariadb:10.6
666+
image: docker.io/bitnami/mariadb:10.11
667667
ports:
668668
- "${IP_BIND:-127.0.0.1}:3306:3306"
669669
depends_on:

0 commit comments

Comments
 (0)