Skip to content

Commit

Permalink
Merge pull request #88 from rtsp/upgrade/mongosh
Browse files Browse the repository at this point in the history
Bump mongosh to 2.0.0
  • Loading branch information
rtsp authored Sep 7, 2023
2 parents 57d4555 + 62fa126 commit bc8e4bf
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=1.10.5
ARG MONGOSH_VERSION=2.0.0

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 bc8e4bf

Please sign in to comment.