Compare commits

..

No commits in common. "v0.33.0+1" and "v0.32.2-2" have entirely different histories.

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