File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
PYTHON_IMPLEMENTATION = python
2
2
PYTHON_VERSION = 3.12
3
- MARIADB_VERSION = 10.5
3
+ MARIADB_VERSION = 10.6
4
4
MYSQL_VERSION = 8.0
5
5
ORACLE_VERSION = 23.5.0.0
6
6
POSTGRESQL_VERSION = 14
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ The versions of various backend services can be switched by setting these enviro
199
199
200
200
| Environment Variable | Default Value | Description |
201
201
| ----------------------- | ------------- | ---------------------------------------------------- |
202
- | ` MARIADB_VERSION ` | ` 10.5 ` | Version of MariaDB container image to use |
202
+ | ` MARIADB_VERSION ` | ` 10.6 ` | Version of MariaDB container image to use |
203
203
| ` MYSQL_VERSION ` | ` 8.0 ` | Version of MySQL container image to use |
204
204
| ` ORACLE_VERSION ` | ` 23.5.0.0 ` | Version of Oracle container image to use |
205
205
| ` POSTGRESQL_VERSION ` | ` 14 ` | Version of PostgreSQL container image to use |
You can’t perform that action at this time.
0 commit comments