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

Commit 1d8040d

Browse files
committed
Update Dockerfile
1 parent add54f3 commit 1d8040d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN python3 -m pip install pip==20.2 flit==3.0.0
4343
RUN git clone https://github.com/mongodb/snooty-parser.git && \
4444
cd snooty-parser && \
4545
git fetch --tags && \
46-
git checkout v0.10.0 && \
46+
git checkout v0.10.1 && \
4747
FLIT_ROOT_INSTALL=1 python3 -m flit install
4848

4949
# install snooty front-end

0 commit comments

Comments
 (0)