From 5cfe13755d7cdc2d0d01b69c7900cfd3fa37f4a4 Mon Sep 17 00:00:00 2001 From: Nick Osborn Date: Thu, 22 Sep 2022 21:38:29 +0800 Subject: [PATCH] Bump markdownlint-cli to 0.32.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 167fdd7..09a9aa8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:lts-alpine -RUN npm install --global --production --update-notifier=false markdownlint-cli@0.31.1 +RUN npm install --global --production --update-notifier=false markdownlint-cli@0.32.2 COPY entrypoint.sh /entrypoint.sh COPY markdownlint-problem-matcher.json /markdownlint-problem-matcher.json