From 91ed29f0cbc3b4cd48559c867304d438f15fc565 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sat, 20 Nov 2021 06:02:10 +0000 Subject: [PATCH] chore(deps): update dependency markdownlint-cli to v0.30.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c25ddf3..3e6a712 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.29.0}" +ENV MARKDOWNLINT_VERSION="${BUILD_VERSION:-0.30.0}" ENV FORCE_COLOR=true \ NPM_CONFIG_LOGLEVEL=error