Skip to content

Commit

Permalink
Merge pull request #49 from reviewdog/depup/markdownlint-cli
Browse files Browse the repository at this point in the history
chore(deps): update markdownlint-cli to 0.37.0
  • Loading branch information
shogo82148 authored Sep 22, 2023
2 parents ac0f6d5 + e841499 commit 6e02140
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
@@ -1,6 +1,6 @@
FROM node:18-alpine3.14

ENV MARKDOWNLINT_CLI_VERSION=v0.36.0
ENV MARKDOWNLINT_CLI_VERSION=v0.37.0

RUN npm install -g "markdownlint-cli@$MARKDOWNLINT_CLI_VERSION"

Expand Down

0 comments on commit 6e02140

Please sign in to comment.