There was an error while loading. Please reload this page.
2 parents 9f9b1b7 + 9ad833a commit ebd045aCopy full SHA for ebd045a
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.6
+ARG MONGOSH_VERSION=2.5.7
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