Skip to content

Commit 791ca65

Browse files
authored
Merge pull request #3386 from stripsior/chore/bump-mongo
chore(databases): update mongodb version, to patch latest cve
2 parents b2ca51c + 1bf4f56 commit 791ca65

5 files changed

Lines changed: 8288 additions & 2 deletions

File tree

apps/dokploy/components/dashboard/project/add-database.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ import { APP_NAME_MESSAGE, APP_NAME_REGEX } from "@/utils/schema";
5757
type DbType = z.infer<typeof mySchema>["type"];
5858

5959
const dockerImageDefaultPlaceholder: Record<DbType, string> = {
60+
mongo: "mongo:8",
6061
libsql: "ghcr.io/tursodatabase/libsql-server:v0.24.32",
61-
mongo: "mongo:7",
6262
mariadb: "mariadb:11",
6363
mysql: "mysql:8",
6464
postgres: "postgres:18",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE "mongo" ALTER COLUMN "dockerImage" SET DEFAULT 'mongo:8';

0 commit comments

Comments
 (0)