You've already forked markdownlint-docker
Compare commits
4 Commits
1ce566df94
...
v0.45.0
Author | SHA1 | Date | |
---|---|---|---|
f2f3f765a6
|
|||
43163a7964
|
|||
893fc551e2
|
|||
298a3097e7
|
@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/node:23.10.0-alpine3.20 AS build
|
||||
FROM docker.io/library/node:24.1.0-alpine3.20 AS build
|
||||
|
||||
ARG MARKDOWNLINT_VERSION=master
|
||||
|
||||
|
3
Makefile
3
Makefile
@ -1,6 +1,6 @@
|
||||
# MARKDOWNLINT_VERSION
|
||||
# Only required to install a specify version
|
||||
MARKDOWNLINT_VERSION?=v0.44.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
||||
MARKDOWNLINT_VERSION?=v0.45.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
||||
|
||||
# CONTAINER_RUNTIME
|
||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
||||
@ -27,7 +27,6 @@ container-image/build:
|
||||
--no-cache \
|
||||
--pull \
|
||||
--tag ${MARKDOWNLINT_IMAGE_FULLY_QUALIFIED} \
|
||||
--tag \
|
||||
.
|
||||
|
||||
# DELETE CONTAINER IMAGE
|
||||
|
Reference in New Issue
Block a user