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 && \