From e6a9fc309234e38c986449def16dbe849e7b1cf6 Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Fri, 7 Oct 2022 06:46:15 +0200 Subject: [PATCH] chore: Fix outdated comment in Dockerfile (#17363) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4dd2a2a78..1d5db6b6d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update \ && pip install --no-cache-dir git+https://github.com/coderanger/supervisor-stdout@973ba19967cdaf46d9c1634d1675fc65b9574f6e \ && apt-get remove -y git python3-pip -# Install MongoDB v4.0.5, Redis, NodeJS - Service Layer +# Install MongoDB v4.4, Redis, NodeJS - Service Layer RUN wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | apt-key add - RUN echo "deb [ arch=amd64,arm64 ]http://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-4.4.list \ && apt-get remove wget -y