Skip to content

Commit

Permalink
Merge pull request #114 from rtsp/upgrade/mongosh
Browse files Browse the repository at this point in the history
Bump mongosh to 2.1.4
  • Loading branch information
rtsp authored Feb 9, 2024
2 parents 657d09d + e4fe4fc commit b226192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN set -x && apt-get update && apt-get --yes --no-install-recommends install \
&& rm -rvf /var/lib/apt/lists/*

ARG MONGODB_VERSION=6.0
ARG MONGOSH_VERSION=2.1.3
ARG MONGOSH_VERSION=2.1.4

RUN set -x \
&& 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 \
Expand Down

0 comments on commit b226192

Please sign in to comment.