From 3862310b503ff057014392f733f54d6fc7ca18d4 Mon Sep 17 00:00:00 2001 From: Cassidy Schaufele Date: Wed, 4 Aug 2021 14:37:39 -0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9e19e5452..3293eb66e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,14 +45,14 @@ RUN python3 -m pip install pip==20.2 flit==3.0.0 RUN git clone https://github.com/mongodb/snooty-parser.git && \ cd snooty-parser && \ git fetch --tags && \ - git checkout v0.11.0 && \ + git checkout v0.11.2 && \ FLIT_ROOT_INSTALL=1 python3 -m flit install # install snooty front-end RUN git clone https://github.com/mongodb/snooty.git snooty RUN cd snooty && \ git fetch --all && \ - git checkout v0.11.5 && \ + git checkout v0.11.6 && \ npm install && \ git clone https://github.com/mongodb/docs-tools.git docs-tools && \ mkdir -p ./static/images && \