Skip to content

Commit

Permalink
Merge pull request #1376 from alphagov/sengi/pin-mongo-tools-for-26-c…
Browse files Browse the repository at this point in the history
…ompat

Pin last 2.6-compatible versions of MongoDB tools.
  • Loading branch information
sengi authored Jul 9, 2024
2 parents 8830356 + 4b43b5f commit 297182c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/toolbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ RUN apt-get update -qq ; \
apt-get update -qq ; \
apt-get install -qy --no-install-recommends \
curl file gh git jq libarchive-tools mysql-client netcat-openbsd \
postgresql-client pv wget2 gettext mongodb-mongosh \
mongodb-database-tools redis-tools ; \
postgresql-client pv wget2 gettext mongodb-mongosh=2.2.10 \
mongodb-database-tools=100.9.4 redis-tools ; \
rm -fr /var/lib/apt/lists/*

ARG yq_package_url=https://github.com/mikefarah/yq/releases/latest/download
Expand Down

0 comments on commit 297182c

Please sign in to comment.