chore(deps): update dependency markdownlint-cli to v0.29.0 (#43)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2021-10-08 14:34:55 +02:00 committed by Robert Kaussow
parent 1fe3ea0f03
commit fbd603191c
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.28.1}"
ENV MARKDOWNLINT_VERSION="${BUILD_VERSION:-0.29.0}"
ENV FORCE_COLOR=true \
NPM_CONFIG_LOGLEVEL=error