From 5b6882cffaa57f320d5d2f49a300a3c0c74a6b75 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Tue, 7 Jan 2025 00:36:26 +0100 Subject: [PATCH] Bump markdownlint-cli to 0.43.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8fe2da6..1cc8056 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:lts-alpine -RUN npm install --global --production --update-notifier=false markdownlint-cli@0.33.0 +RUN npm install --global --production --update-notifier=false markdownlint-cli@0.43.0 COPY entrypoint.sh /entrypoint.sh COPY markdownlint-problem-matcher.json /markdownlint-problem-matcher.json