From 297bbe11a9b5decc73348ee11b14452c98f13fd3 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Mon, 18 Jul 2022 08:39:25 +0200 Subject: [PATCH] chore(deps): update dependency markdownlint-cli to v0.32.0 (#79) Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d78869a..85e6361 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.31.1}" +ENV MARKDOWNLINT_VERSION="${BUILD_VERSION:-0.32.0}" ENV FORCE_COLOR=true \ NPM_CONFIG_LOGLEVEL=error