Compare commits

...

2 Commits

Author SHA1 Message Date
584b44adca chore(deps): update dependency igorshubovych/markdownlint-cli to v0.48.0
All checks were successful
Build / build-amd64 (pull_request) Successful in 31s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 1m14s
2026-03-03 10:13:27 +00:00
eda019ab79 chore(deps): update docker docker.io/library/node to 25.7.0-alpine
All checks were successful
Build / build-amd64 (push) Successful in 33s
Lint Markdown files / markdown-lint (push) Successful in 4s
Build / build-arm64 (push) Successful in 1m20s
2026-03-03 11:02:33 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM docker.io/library/node:24.1.0-alpine3.20 AS build
FROM docker.io/library/node:25.7.0-alpine AS build
ARG MARKDOWNLINT_VERSION=master

View File

@@ -1,6 +1,6 @@
# MARKDOWNLINT_VERSION
# Only required to install a specify version
MARKDOWNLINT_VERSION?=v0.47.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
MARKDOWNLINT_VERSION?=v0.48.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
# CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a

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.47.0
IMAGE_VERSION=0.48.0
docker run \
--rm \
--volume "$(pwd):$(pwd)" \