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

Commit 94b4e01

Browse files
authored
Update Dockerfile
1 parent 311a68d commit 94b4e01

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
@@ -59,7 +59,7 @@ RUN python3 -m pip install pip==20.2 flit==3.0.0
5959
RUN git clone https://github.com/mongodb/snooty-parser.git && \
6060
cd snooty-parser && \
6161
git fetch --tags && \
62-
git checkout v0.12.5 && \
62+
git checkout v0.12.6 && \
6363
FLIT_ROOT_INSTALL=1 python3 -m flit install
6464

6565
# install snooty front-end

0 commit comments

Comments
 (0)