Skip to content

Commit 71c9d6b

Browse files
authored
Merge pull request #21 from openMF/renovate/mariadb-11.x
Update mariadb Docker tag to v11.8.3
2 parents 7e45071 + f71d3bc commit 71c9d6b

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.2
21+
image: mariadb:11.8.3
2222
ports:
2323
- 3308:3306
2424
volumes:

0 commit comments

Comments
 (0)