Compare commits

...

2 Commits

2 changed files with 4 additions and 6 deletions

View File

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

View File

@ -2,11 +2,9 @@
[![Docker Pulls](https://img.shields.io/docker/pulls/volkerraschek/markdownlint)](https://hub.docker.com/r/volkerraschek/markdownlint)
This project contains all sources to build the container image
`docker.io/volkerraschek/markdownlint`. The primary goal of this project is to
packge the binary `markdownlint-ci` as container image. The source code of the
binary can be found in the upstream project of
[igorshubovych](https://github.com/igorshubovych/markdownlint-cli).
This project contains all sources to build the container image `git.cryptic.systems/volker.raschek/markdownlint`. The
primary goal of this project is to packge the binary `markdownlint-ci` as container image. The source code of the binary
can be found in the upstream project of [igorshubovych](https://github.com/igorshubovych/markdownlint-cli).
The workflow or how `markdownlint-ci` can in general be used is documented
[here](https://github.com/igorshubovych/markdownlint-cli#usage).