Skip to content

Commit 49a2aa7

Browse files
chore(deps): update mariadb docker tag to v12
1 parent 4917e6d commit 49a2aa7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose-complex-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ services:
4747
- /etc/timezone:/etc/timezone:ro
4848

4949
nextcloud-db:
50-
image: mariadb:11.8
50+
image: mariadb:12.1
5151
labels:
5252
com.centurylinklabs.watchtower.enable: "true"
5353
environment:

docker-compose-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- /etc/timezone:/etc/timezone:ro
1414

1515
nextcloud-db:
16-
image: mariadb:11.8
16+
image: mariadb:12.1
1717
environment:
1818
- MYSQL_ROOT_PASSWORD=YOUSHOULDHAVECHANGEDTHATTOO
1919
- MYSQL_DATABASE=nextcloud

0 commit comments

Comments
 (0)