From cd0d1548aacfcb466cda8ce9205614ae68826aa6 Mon Sep 17 00:00:00 2001 From: Lukas Prettenthaler Date: Mon, 21 Aug 2023 14:54:21 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2854e26..b8a5685 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mongo:6.0.9 +FROM mongo:7.0.0 RUN ln -s /usr/bin/mongosh /usr/bin/mongo