We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb358fc commit cb393d7Copy full SHA for cb393d7
.env
@@ -2,5 +2,5 @@ PYTHON_VERSION=3.6
2
POSTGRES_VERSION=9.6
3
POSTGIS_VERSION=2.5
4
MYSQL_VERSION=8
5
-MARIADB_VERSION=10.3
+MARIADB_VERSION=10.4
6
PIP_CACHE_VOLUME=pip-cache
README.md
@@ -100,7 +100,7 @@ To enter a bash shell within the container, run:
100
| `PYTHON_VERSION` | `3.6` | The python version to run tests against |
101
| `POSTGRES_VERSION` | `9.6` | The version of Postgres to use |
102
| `MYSQL_VERSION` | `8` | The mysql version to use |
103
-| `MARIADB_VERSION` | `10.3` | The mariadb version to use |
+| `MARIADB_VERSION` | `10.4` | The mariadb version to use |
104
105
106
## Why?
0 commit comments