mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
deps: bump markdownlint-cli2 to v0.13.0 (markdownlint 0.34.0)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -45,7 +45,7 @@ ARG DOCS_URL
|
||||
RUN hugo --gc --minify -d /out -e $HUGO_ENV -b $DOCS_URL
|
||||
|
||||
# lint lints markdown files
|
||||
FROM davidanson/markdownlint-cli2:v0.12.1 AS lint
|
||||
FROM davidanson/markdownlint-cli2:v0.13.0 AS lint
|
||||
USER root
|
||||
RUN --mount=type=bind,target=. \
|
||||
/usr/local/bin/markdownlint-cli2 \
|
||||
|
||||
Reference in New Issue
Block a user