From b2c7ef037e22b22772277987607a6e41c84f3a96 Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Wed, 17 Apr 2024 12:18:17 -0400 Subject: [PATCH 1/2] snooty branch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 947f95652..a30bf2f8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN cd ./modules/oas-page-builder \ FROM ubuntu:20.04 ARG WORK_DIRECTORY=/home/docsworker-xlarge ARG SNOOTY_PARSER_VERSION=0.16.5 -ARG SNOOTY_FRONTEND_VERSION=0.16.9 +ARG SNOOTY_FRONTEND_VERSION=DOP-4533 ARG MUT_VERSION=0.11.2 ARG REDOC_CLI_VERSION=1.2.3 ARG NPM_BASE_64_AUTH From 92d11d4fec0865f8931b5e3ddb7712af99dceef6 Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Wed, 17 Apr 2024 13:05:58 -0400 Subject: [PATCH 2/2] removing v --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a30bf2f8f..4a9d002ea 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 v${SNOOTY_FRONTEND_VERSION} --depth 1 https://github.com/mongodb/snooty.git \ +RUN git clone -b ${SNOOTY_FRONTEND_VERSION} --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 \