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