From 55c885e91c3f2602f966095b30ee2a5284e63fca Mon Sep 17 00:00:00 2001 From: David Constenla <1520001+daconstenla@users.noreply.github.com> Date: Tue, 7 Jun 2022 17:53:35 +0200 Subject: [PATCH] Bump markdownlint-cli dependency version to get latest features and fix possible problems related to the `0.30.0` version which also bumps `markdownlint` to their latest available version https://github.com/igorshubovych/markdownlint-cli/blob/master/package.json#L46 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3778efe..167fdd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:lts-alpine -RUN npm install --global --production --update-notifier=false markdownlint-cli@0.30.0 +RUN npm install --global --production --update-notifier=false markdownlint-cli@0.31.1 COPY entrypoint.sh /entrypoint.sh COPY markdownlint-problem-matcher.json /markdownlint-problem-matcher.json