From 651ca82b3e167994c1ef21675309ca307a04c36c Mon Sep 17 00:00:00 2001 From: rayangler <27821750+rayangler@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:47:46 -0500 Subject: [PATCH] Bump parser version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 54bc3e41c..30b31704b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN cd ./modules/oas-page-builder \ # where repo work will happen FROM ubuntu:20.04 ARG WORK_DIRECTORY=/home/docsworker-xlarge -ARG SNOOTY_PARSER_VERSION=0.18.7 +ARG SNOOTY_PARSER_VERSION=DOP-5189-test-13 ARG SNOOTY_FRONTEND_VERSION=0.18.11 ARG MUT_VERSION=0.11.4 ARG REDOC_CLI_VERSION=1.3.3 @@ -48,7 +48,7 @@ RUN apt-get install --yes build-essential RUN npm install -g npm@8 # install snooty parser -RUN curl -L -o snooty-parser.zip https://github.com/mongodb/snooty-parser/releases/download/v${SNOOTY_PARSER_VERSION}/snooty-v${SNOOTY_PARSER_VERSION}-linux_x86_64.zip \ +RUN curl -L -o snooty-parser.zip https://github.com/rayangler/snooty-parser/releases/download/${SNOOTY_PARSER_VERSION}/snooty-${SNOOTY_PARSER_VERSION}-linux_x86_64.zip \ && unzip -d /opt/ snooty-parser.zip # install mut