Compare commits

..
1 Commits
Author SHA1 Message Date
CSRBot d6574f08ab chore(deps): update docker.io/library/node docker tag to v26.5.0
Build / build-arm64 (pull_request) Failing after 43s
Build / build-amd64 (pull_request) Successful in 52s
Lint Markdown files / markdown-lint (pull_request) Successful in 11s
2026-07-08 18:07:33 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM docker.io/library/node:26.4.0-alpine AS build
FROM docker.io/library/node:26.5.0-alpine AS build
ARG MARKDOWNLINT_VERSION=master
+1 -1
View File
@@ -1,6 +1,6 @@
# MARKDOWNLINT_VERSION
# Only required to install a specify version
MARKDOWNLINT_VERSION?=v0.49.1 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
MARKDOWNLINT_VERSION?=v0.49.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
# CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a
+1 -1
View File
@@ -10,7 +10,7 @@ The workflow or how `markdownlint-ci` can be used is pretty good
[documented](https://github.com/igorshubovych/markdownlint-cli#usage).
```bash
IMAGE_VERSION=0.49.1
IMAGE_VERSION=0.49.0
docker run \
--rm \
--volume "$(pwd):$(pwd)" \