chore(databases): update mongodb version, to patch latest cve

This commit is contained in:
stripsior
2026-01-03 15:30:45 +01:00
parent 9498fbeff3
commit 405fc69df4
2 changed files with 2 additions and 2 deletions

View File

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