Skip to content

Commit 651ca82

Browse files
committed
Bump parser version
1 parent 2184dd4 commit 651ca82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN cd ./modules/oas-page-builder \
2222
# where repo work will happen
2323
FROM ubuntu:20.04
2424
ARG WORK_DIRECTORY=/home/docsworker-xlarge
25-
ARG SNOOTY_PARSER_VERSION=0.18.7
25+
ARG SNOOTY_PARSER_VERSION=DOP-5189-test-13
2626
ARG SNOOTY_FRONTEND_VERSION=0.18.11
2727
ARG MUT_VERSION=0.11.4
2828
ARG REDOC_CLI_VERSION=1.3.3
@@ -48,7 +48,7 @@ RUN apt-get install --yes build-essential
4848
RUN npm install -g npm@8
4949

5050
# install snooty parser
51-
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 \
51+
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 \
5252
&& unzip -d /opt/ snooty-parser.zip
5353

5454
# install mut

0 commit comments

Comments
 (0)