Skip to content

Commit

Permalink
Merge pull request #116 from rtsp/upgrade/mongosh
Browse files Browse the repository at this point in the history
Bump mongosh to 2.1.5
  • Loading branch information
rtsp authored Feb 23, 2024
2 parents 784a40a + 4426e86 commit c53cd25
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.4
ARG MONGOSH_VERSION=2.1.5

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 c53cd25

Please sign in to comment.