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 b96aba6 + ee16dc2 commit 4ff4cb4Copy full SHA for 4ff4cb4
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.5
+ARG MONGOSH_VERSION=2.5.6
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