Skip to content

Commit

Permalink
Dockerfile update
Browse files Browse the repository at this point in the history
Bumps the mongosh version up to 1.10.1.
  • Loading branch information
Aeron authored Jul 27, 2023
1 parent 8fded2d commit dcb8520
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 @@ -13,7 +13,7 @@ ARG PGP_URL=https://www.mongodb.org/static/pgp
ARG REPO_URL=https://repo.mongodb.org/apt/debian

ARG MONGODB_VERSION=6.0
ARG MONGOSH_VERSION=1.9.0
ARG MONGOSH_VERSION=1.10.1

RUN curl -fsSL ${PGP_URL}/server-${MONGODB_VERSION}.asc \
| gpg --dearmor -o /etc/apt/trusted.gpg.d/mongodb-org-${MONGODB_VERSION}.gpg \
Expand Down

0 comments on commit dcb8520

Please sign in to comment.