chore(deps): update dependency markdownlint-cli to v0.28.1 #32

Merged
xoxys merged 1 commits from renovate/markdownlint-cli-0.x into main 2021-07-25 14:29:56 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -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.27.1}"
ENV MARKDOWNLINT_VERSION="${BUILD_VERSION:-0.28.1}"
ENV FORCE_COLOR=true \
NPM_CONFIG_LOGLEVEL=error