Skip to content

Commit

Permalink
Merge pull request #111 from rtsp/upgrade/mongosh
Browse files Browse the repository at this point in the history
Bump mongosh to 2.1.3
  • Loading branch information
rtsp authored Jan 29, 2024
2 parents db070c5 + d2d464b commit 3ff7c8a
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.1
ARG MONGOSH_VERSION=2.1.3

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 3ff7c8a

Please sign in to comment.