diff --git a/Dockerfile b/Dockerfile index d180bef38..c9ab61a63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,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.12 && \ + git checkout v0.11.13 && \ npm install && \ git clone https://github.com/mongodb/docs-tools.git docs-tools && \ mkdir -p ./static/images && \