mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
lint: pin markdownlint-cli2 version to v0.10.0
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -32,7 +32,7 @@ RUN hugo --gc --minify -d /out -e $HUGO_ENV -b $DOCS_URL
|
||||
FROM scratch as release
|
||||
COPY --from=build /out /
|
||||
|
||||
FROM davidanson/markdownlint-cli2:next as lint
|
||||
FROM davidanson/markdownlint-cli2:v0.10.0 as lint
|
||||
USER root
|
||||
RUN --mount=type=bind,target=. \
|
||||
/usr/local/bin/markdownlint-cli2 content/**/*.md
|
||||
|
||||
Reference in New Issue
Block a user