Skip to content

Commit f4458a4

Browse files
jacobtylerwallscharettes
authored andcommitted
Bump default MariaDB version to 10.6
1 parent 385e14a commit f4458a4

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
@@ -1,6 +1,6 @@
11
PYTHON_IMPLEMENTATION=python
22
PYTHON_VERSION=3.12
3-
MARIADB_VERSION=10.5
3+
MARIADB_VERSION=10.6
44
MYSQL_VERSION=8.0
55
ORACLE_VERSION=23.5.0.0
66
POSTGRESQL_VERSION=14

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ The versions of various backend services can be switched by setting these enviro
199199

200200
| Environment Variable | Default Value | Description |
201201
| ----------------------- | ------------- | ---------------------------------------------------- |
202-
| `MARIADB_VERSION` | `10.5` | Version of MariaDB container image to use |
202+
| `MARIADB_VERSION` | `10.6` | Version of MariaDB container image to use |
203203
| `MYSQL_VERSION` | `8.0` | Version of MySQL container image to use |
204204
| `ORACLE_VERSION` | `23.5.0.0` | Version of Oracle container image to use |
205205
| `POSTGRESQL_VERSION` | `14` | Version of PostgreSQL container image to use |

0 commit comments

Comments
 (0)