From 934268b25d48501dd222309ac5d968fce3a8ee2f Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sat, 3 Feb 2024 14:08:49 +0100 Subject: [PATCH] chore(deps): update dependency markdownlint-cli to v0.39.0 (#136) Reviewed-on: https://gitea.rknet.org/container/markdownlint-cli/pulls/136 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index a56a23e..259c4d2 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/container/ ARG MARKDOWNLINT_VERSION # renovate: datasource=npm depName=markdownlint-cli -ENV MARKDOWNLINT_VERSION="${MARKDOWNLINT_VERSION:-0.38.0}" +ENV MARKDOWNLINT_VERSION="${MARKDOWNLINT_VERSION:-0.39.0}" ENV FORCE_COLOR=true \ NPM_CONFIG_LOGLEVEL=error