Correctly report installed MariaDB version

This commit is contained in:
Disassembler 2020-06-21 08:39:38 +02:00
parent c2064220d0
commit 603bd923e1
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
}
},
"mifosx-mariadb": {
"image": "mariadb_10.4.12-200621",
"image": "mariadb_10.4.13-200621",
"mounts": {
"mifosx/mariadb_conf/my.cnf": "etc/my.cnf:file",
"mifosx/mariadb_data": "var/lib/mysql"

View File

@ -27,7 +27,7 @@
}
},
"ushahidi-mariadb": {
"image": "mariadb_10.4.12-200621",
"image": "mariadb_10.4.13-200621",
"mounts": {
"ushahidi/mariadb_conf/my.cnf": "etc/my.cnf:file",
"ushahidi/mariadb_data": "var/lib/mysql"

View File

@ -1,4 +1,4 @@
IMAGE mariadb_10.4.12-200621
IMAGE mariadb_10.4.13-200621
FROM alpine3.11_3.11.6-200621
RUN EOF