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

Commit 1e53697

Browse files
committed
Update Dockerfile
1 parent ac97d97 commit 1e53697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ RUN python3 -m pip install pip==20.2 flit==3.0.0
4343
RUN git clone https://github.com/mongodb/snooty-parser.git && \
4444
cd snooty-parser && \
4545
git fetch --tags && \
46-
git checkout v0.10.2 && \
46+
git checkout v0.10.3 && \
4747
FLIT_ROOT_INSTALL=1 python3 -m flit install
4848

4949
# install snooty front-end
5050
RUN git clone https://github.com/mongodb/snooty.git snooty
5151
RUN cd snooty && \
5252
git fetch --all && \
53-
git checkout v0.10.0 && \
53+
git checkout v0.10.1 && \
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)