Skip to content

Commit

Permalink
Pins npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Sep 2, 2021
1 parent 48145dc commit 2536b14
Show file tree
Hide file tree
Showing 2 changed files with 1,022 additions and 518 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV REVIEWDOG_VERSION=v0.13.0
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}

RUN npm install -g remark-cli@latest remark-preset-lint-recommended@latest remark-lint@latest
RUN npm install -g remark-cli@10.0.0 remark-preset-lint-recommended@6.0.1 remark-lint@9.0.1

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x entrypoint.sh
Expand Down
Loading

0 comments on commit 2536b14

Please sign in to comment.