Compare commits

..

No commits in common. "main" and "v0.39.0+3" have entirely different histories.

View File

@ -1,4 +1,4 @@
FROM docker.io/node:lts-alpine@sha256:928b24aaadbd47c1a7722c563b471195ce54788bf8230ce807e1dd500aec0549
FROM docker.io/node:lts-alpine@sha256:ec0c413b1d84f3f7f67ec986ba885930c57b5318d2eb3abc6960ee05d4f2eb28
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
@ -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.41.0}"
ENV MARKDOWNLINT_VERSION="${MARKDOWNLINT_VERSION:-0.39.0}"
ENV FORCE_COLOR=true \
NPM_CONFIG_LOGLEVEL=error