feat: Bump default MongoDB docker image version to 7

The previous version of this file used `mongo:6` which reached EOL on July 1st 2025

More at : https://www.mongodb.com/legal/support-policy/lifecycles
This commit is contained in:
Thomas Camlong
2025-10-09 16:09:13 +02:00
committed by GitHub
parent a0b550ace9
commit ca6a93fdf6

View File

@@ -55,7 +55,7 @@ import { api } from "@/utils/api";
type DbType = typeof mySchema._type.type;
const dockerImageDefaultPlaceholder: Record<DbType, string> = {
mongo: "mongo:6",
mongo: "mongo:7",
mariadb: "mariadb:11",
mysql: "mysql:8",
postgres: "postgres:15",