From b7c15959fc33f7971169e1183fb827378b0b2f3e Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sun, 14 Mar 2021 14:09:55 +0100 Subject: [PATCH] chore(deps): update dependency markdownlint-cli to v0.27.1 (#14) chore(deps): update dependency markdownlint-cli to v0.27.1 Reviewed-on: https://gitea.rknet.org/docker/markdownlint-cli/pulls/14 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 b8a9eca..7b64122 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.26.0}" +ENV MARKDOWNLINT_VERSION="${BUILD_VERSION:-0.27.1}" ENV FORCE_COLOR=true \ NPM_CONFIG_LOGLEVEL=error