Skip to content

Commit 4d49eb8

Browse files
authored
Merge pull request #29 from openMF/renovate/mariadb-11.x
Update mariadb Docker tag to v11.8.5
2 parents c4cb6ce + f32fbc0 commit 4d49eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mariadb/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- ${WEB_APP_PORT:-80}:80
1919
# Database service
2020
fineractmysql:
21-
image: mariadb:11.8.3
21+
image: mariadb:11.8.5
2222
ports:
2323
- 3308:3306
2424
volumes:

0 commit comments

Comments
 (0)