Skip to content

Commit

Permalink
5-11-21 Release version bump (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
casthewiz authored and Cassidy Schaufele committed May 11, 2021
1 parent aec2325 commit 1ee5c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,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.9.7 && \
git checkout v0.9.8 && \
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.9.9 && \
git checkout v0.9.10 && \
npm install && \
git clone https://github.com/mongodb/docs-tools.git docs-tools && \
mkdir -p ./static/images && \
Expand Down

0 comments on commit 1ee5c93

Please sign in to comment.