Compare commits

...

2 Commits

Author SHA1 Message Date
Renovator Bot fbd603191c 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>
2021-10-08 14:34:55 +02:00
Renovator Bot 1fe3ea0f03 chore(docker): update node.js to 1b519b0
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-10-05 03:01:34 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:lts-alpine3.13@sha256:20bec29cd640cee1c240df016fc6acbeae4604d1179f274e92a712bb0d9815fc
FROM node:lts-alpine3.13@sha256:1b519b063aeb43ada376108c68c6dacedba1766b8f48d3a30ff80cf8569b9f68
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
@ -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