We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f890ae + 5cd52aa commit 37b81a0Copy full SHA for 37b81a0
Dockerfile
@@ -28,7 +28,7 @@ RUN set -x && apt-get update && apt-get --yes --no-install-recommends install \
28
&& rm -rvf /var/lib/apt/lists/*
29
30
ARG MONGODB_VERSION=7.0
31
-ARG MONGOSH_VERSION=2.5.1
+ARG MONGOSH_VERSION=2.5.2
32
33
RUN set -x \
34
&& curl -fsSL https://www.mongodb.org/static/pgp/server-${MONGODB_VERSION}.asc | gpg --dearmor -o /etc/apt/trusted.gpg.d/mongodb-org-${MONGODB_VERSION}.gpg \
0 commit comments