Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
casthewiz committed May 19, 2021
1 parent 5a39aff commit e651b23
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 @@ -49,7 +49,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.9.9 && \
git checkout v0.9.11 && \
npm install && \
git clone https://github.com/mongodb/docs-tools.git docs-tools && \
mkdir -p ./static/images && \
Expand Down

0 comments on commit e651b23

Please sign in to comment.