diff --git a/Dockerfile b/Dockerfile index 260612a31e..a29c4745dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN curl --silent --show-error --location https://www.mongodb.org/static/pgp/ser && echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list \ && curl --silent --show-error --location https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \ && apt update \ - && apt-get install --no-install-recommends --yes mongodb-org=5.0.14 nodejs redis build-essential postgresql-13 \ + && apt-get install --no-install-recommends --yes mongodb-org nodejs redis build-essential postgresql-13 \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*