From afcd61aeb73b608f4b9d74eaf49986f72e5c2d4c Mon Sep 17 00:00:00 2001 From: Seung Park Date: Fri, 6 Sep 2024 09:19:14 -0400 Subject: [PATCH] update front end branch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 20025b19e..50dc69508 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 DOP-4928 --depth 1 https://github.com/mongodb/snooty.git \ +RUN git clone -b DOP-4616 --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 \