From 151ed619e9104320690f4a4fc2f6770377549000 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Fri, 22 Sep 2023 04:07:30 +0000 Subject: [PATCH] chore(deps): update dependency markdownlint-cli to v0.37.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 685c57a..244d87a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/mar ARG BUILD_VERSION # renovate: datasource=npm depName=markdownlint-cli -ENV MARKDOWNLINT_VERSION="${BUILD_VERSION:-0.36.0}" +ENV MARKDOWNLINT_VERSION="${BUILD_VERSION:-0.37.0}" ENV FORCE_COLOR=true \ NPM_CONFIG_LOGLEVEL=error -- 2.24.4