diff --git a/Dockerfile b/Dockerfile index 71a6a7a32..971ab1797 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,7 +59,7 @@ 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.5 && \ + git checkout v0.11.6 && \ FLIT_ROOT_INSTALL=1 python3 -m flit install # install snooty front-end