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

Commit 19970b9

Browse files
authored
Update Dockerfile
1 parent 2a1a196 commit 19970b9

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
@@ -66,7 +66,7 @@ RUN git clone https://github.com/mongodb/snooty-parser.git && \
6666
RUN git clone https://github.com/mongodb/snooty.git snooty
6767
RUN cd snooty && \
6868
git fetch --all && \
69-
git checkout v0.11.17 && \
69+
git checkout v0.11.18 && \
7070
npm install && \
7171
git clone https://github.com/mongodb/docs-tools.git docs-tools && \
7272
mkdir -p ./static/images && \

0 commit comments

Comments
 (0)