chore: Install latest MongoDB v5 (#26169)
We're pinning MongoDB to 5.0.14, but can just as well run 5.0.19. This PR makes sure we install the latest v5 of MongoDB, every time we build the image.
This commit is contained in:
parent
55a75cb581
commit
4b8092d028
|
|
@ -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/*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user