Skip to content

Commit

Permalink
Pump markdownlint-cli version to 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtomsen authored and nosborn committed Jun 22, 2021
1 parent dd3e360 commit 8529ea2
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,7 +1,7 @@
FROM node:lts-alpine

# hadolint ignore=DL3018
RUN npm install --global --production markdownlint-cli@0.18 \
RUN npm install --global --production markdownlint-cli@0.27.1 \
&& apk --update --no-cache add curl jq

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 8529ea2

Please sign in to comment.