Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GuruPKK committed Aug 18, 2021
1 parent 49a2a6b commit 8e405aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 8e405aa

Please sign in to comment.