From 4dd9e3813a193283251e191baab08a9c16c2b666 Mon Sep 17 00:00:00 2001 From: Pietro Palombini <52302877+Aplietexe@users.noreply.github.com> Date: Wed, 18 Jan 2023 06:25:37 -0300 Subject: [PATCH] Bump markdownlint-cli to 0.33.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 09a9aa8..8fe2da6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:lts-alpine -RUN npm install --global --production --update-notifier=false markdownlint-cli@0.32.2 +RUN npm install --global --production --update-notifier=false markdownlint-cli@0.33.0 COPY entrypoint.sh /entrypoint.sh COPY markdownlint-problem-matcher.json /markdownlint-problem-matcher.json