From 0bad5f6ffae1698f2acfe4b86c2b2082db29aba4 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Fri, 23 Jul 2021 05:02:31 +0000 Subject: [PATCH] chore(deps): update dependency markdownlint-cli to v0.28.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9939b28..ce03363 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.27.1}" +ENV MARKDOWNLINT_VERSION="${BUILD_VERSION:-0.28.1}" ENV FORCE_COLOR=true \ NPM_CONFIG_LOGLEVEL=error