Skip to content

Commit 4ff4cb4

Browse files
authored
Merge pull request #220 from rtsp/upgrade/mongosh
Bump mongosh to 2.5.6
2 parents b96aba6 + ee16dc2 commit 4ff4cb4

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.5
31+
ARG MONGOSH_VERSION=2.5.6
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)