From 7e5dff58be100a5b176258d828c556ef6f51b5a1 Mon Sep 17 00:00:00 2001 From: rtsp Date: Mon, 30 Mar 2026 00:42:35 +0700 Subject: [PATCH] Bump mongosh to 2.8.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 54154dc..550c556 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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=7.0 -ARG MONGOSH_VERSION=2.8.1 +ARG MONGOSH_VERSION=2.8.2 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 \