From 0c5ac579459bc6d73035494a7d1cf247c7f8153f Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Tue, 5 Oct 2021 04:01:51 +0000 Subject: [PATCH] chore(deps): update dependency markdownlint-cli to v0.29.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94b2496..0f1d7c5 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.28.1}" +ENV MARKDOWNLINT_VERSION="${BUILD_VERSION:-0.29.0}" ENV FORCE_COLOR=true \ NPM_CONFIG_LOGLEVEL=error