Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 1ee5c93

Browse files
casthewizCassidy Schaufele
authored andcommitted
5-11-21 Release version bump (#417)
1 parent aec2325 commit 1ee5c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ RUN python3 -m pip install pip==20.2 flit==3.0.0
4242
RUN git clone https://github.com/mongodb/snooty-parser.git && \
4343
cd snooty-parser && \
4444
git fetch --tags && \
45-
git checkout v0.9.7 && \
45+
git checkout v0.9.8 && \
4646
FLIT_ROOT_INSTALL=1 python3 -m flit install
4747

4848
# install snooty front-end
4949
RUN git clone https://github.com/mongodb/snooty.git snooty
5050
RUN cd snooty && \
5151
git fetch --all && \
52-
git checkout v0.9.9 && \
52+
git checkout v0.9.10 && \
5353
npm install && \
5454
git clone https://github.com/mongodb/docs-tools.git docs-tools && \
5555
mkdir -p ./static/images && \

0 commit comments

Comments
 (0)