Skip to content

Commit

Permalink
odd name for parser
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs committed May 9, 2024
1 parent a8bad8a commit 738859e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/mongodb/snooty-parser/releases/download/untagged-b592d959b3c7570fd95a/snooty-v0.16.7-beta-linux_x86_64.zip \
&& unzip -d /opt/ snooty-parser.zip

# install mut
Expand Down

0 comments on commit 738859e

Please sign in to comment.