From d5741d08e9f787a82850efafe48f6144698f7ee8 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sat, 17 Jun 2023 15:23:47 +0200 Subject: [PATCH] chore(deps): update dependency markdownlint-cli to v0.35.0 (#118) Reviewed-on: https://gitea.rknet.org/docker/markdownlint-cli/pulls/118 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 7f5f99b..0271a9c 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.34.0}" +ENV MARKDOWNLINT_VERSION="${BUILD_VERSION:-0.35.0}" ENV FORCE_COLOR=true \ NPM_CONFIG_LOGLEVEL=error