Skip to content

Commit ebd045a

Browse files
authored
Merge pull request #226 from rtsp/upgrade/mongosh
Bump mongosh to 2.5.7
2 parents 9f9b1b7 + 9ad833a commit ebd045a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN set -x && apt-get update && apt-get --yes --no-install-recommends install \
2828
&& rm -rvf /var/lib/apt/lists/*
2929

3030
ARG MONGODB_VERSION=7.0
31-
ARG MONGOSH_VERSION=2.5.6
31+
ARG MONGOSH_VERSION=2.5.7
3232

3333
RUN set -x \
3434
&& 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

Comments
 (0)