From 1c2b8928a6fbcdc3352820935d5870c6aa045284 Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Fri, 10 May 2024 12:04:16 -0400 Subject: [PATCH] DOP-4599 change snooty frontend version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a859b86f2..1a116801d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,7 @@ ENV PATH="${WORK_DIRECTORY}/.cargo/bin:${PATH}" 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 fix-breadcrumb-linksli --depth 1 https://github.com/mongodb/snooty.git \ +RUN git clone -b fix-breadcrumb-links --depth 1 https://github.com/mongodb/snooty.git \ && cd snooty \ # Need to remove omit dev as the filter functionality for the frontend depends on a dev dependency. && npm ci --legacy-peer-deps \