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

Commit 14b2ead

Browse files
committed
Update Dockerfile
1 parent 9ac4f66 commit 14b2ead

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
@@ -50,7 +50,7 @@ RUN git clone https://github.com/mongodb/snooty-parser.git && \
5050
RUN git clone https://github.com/mongodb/snooty.git snooty
5151
RUN cd snooty && \
5252
git fetch --all && \
53-
git checkout v0.10.1 && \
53+
git checkout v0.11.0 && \
5454
npm install && \
5555
git clone https://github.com/mongodb/docs-tools.git docs-tools && \
5656
mkdir -p ./static/images && \

0 commit comments

Comments
 (0)