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

Commit e651b23

Browse files
committed
Update Dockerfile
1 parent 5a39aff commit e651b23

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
@@ -49,7 +49,7 @@ RUN git clone https://github.com/mongodb/snooty-parser.git && \
4949
RUN git clone https://github.com/mongodb/snooty.git snooty
5050
RUN cd snooty && \
5151
git fetch --all && \
52-
git checkout v0.9.9 && \
52+
git checkout v0.9.11 && \
5353
npm install && \
5454
git clone https://github.com/mongodb/docs-tools.git docs-tools && \
5555
mkdir -p ./static/images && \

0 commit comments

Comments
 (0)