Skip to content

Commit cb393d7

Browse files
authored
Bump default MariaDB to 10.4 (#18)
1 parent fb358fc commit cb393d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ PYTHON_VERSION=3.6
22
POSTGRES_VERSION=9.6
33
POSTGIS_VERSION=2.5
44
MYSQL_VERSION=8
5-
MARIADB_VERSION=10.3
5+
MARIADB_VERSION=10.4
66
PIP_CACHE_VOLUME=pip-cache

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ To enter a bash shell within the container, run:
100100
| `PYTHON_VERSION` | `3.6` | The python version to run tests against |
101101
| `POSTGRES_VERSION` | `9.6` | The version of Postgres to use |
102102
| `MYSQL_VERSION` | `8` | The mysql version to use |
103-
| `MARIADB_VERSION` | `10.3` | The mariadb version to use |
103+
| `MARIADB_VERSION` | `10.4` | The mariadb version to use |
104104

105105

106106
## Why?

0 commit comments

Comments
 (0)