From 8e405aa098e66169c68d9b54a07917f792a1bb24 Mon Sep 17 00:00:00 2001 From: Kumaraguru Periyasamy Kanthasamy <48932104+GuruPKK@users.noreply.github.com> Date: Wed, 18 Aug 2021 11:16:28 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4aae8726..4d45bd161 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,7 @@ RUN git clone https://github.com/mongodb/snooty-parser.git && \ RUN git clone https://github.com/mongodb/snooty.git snooty RUN cd snooty && \ git fetch --all && \ - git checkout v0.11.7 && \ + git checkout v0.11.8 && \ npm install && \ git clone https://github.com/mongodb/docs-tools.git docs-tools && \ mkdir -p ./static/images && \