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

Commit 1cd2640

Browse files
authored
Update Dockerfile
1 parent d5252db commit 1cd2640

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.13.5-dotcom.1 && \
69+
git checkout v0.13.5-dotcom.2 && \
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)