Compare commits
No commits in common. "29a2f48ab3de8829c0722a9ce8130708176d019f" and "344af3a57cc868e308e8819fe27819ad7ad7646f" have entirely different histories.
29a2f48ab3
...
344af3a57c
@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/node:22.2.0-alpine3.20 AS build
|
||||
FROM docker.io/library/node:22.2.0-alpine3.19 AS build
|
||||
|
||||
ARG MARKDOWNLINT_VERSION=master
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
# MARKDOWNLINT_VERSION
|
||||
# Only required to install a specifiy version
|
||||
MARKDOWNLINT_VERSION?=v0.41.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
||||
MARKDOWNLINT_VERSION?=v0.40.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
||||
|
||||
# CONTAINER_RUNTIME
|
||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
||||
|
Loading…
Reference in New Issue
Block a user