Skip to content

Commit

Permalink
Hardcode snooty version
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Nov 14, 2023
1 parent e229e4d commit 9734fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.enhanced
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ WORKDIR ${WORK_DIRECTORY}
RUN curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/meta/makefiles/shared.mk -o shared.mk

# install snooty frontend and docs-tools
RUN git clone -b v${SNOOTY_FRONTEND_VERSION} --depth 1 https://github.com/mongodb/snooty.git \
RUN git clone -b v0.15.0 --depth 1 https://github.com/mongodb/snooty.git \
&& cd snooty \
&& npm ci --legacy-peer-deps --omit=dev \
&& git clone --depth 1 https://github.com/mongodb/docs-tools.git \
Expand Down

0 comments on commit 9734fbe

Please sign in to comment.