mirror of https://github.com/docker/docs.git
build(deps): upgrade markdownlint-cli2 to v0.12.1
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
e608e74612
commit
6da0b60ccc
|
@ -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:v0.10.0 as lint
|
||||
FROM davidanson/markdownlint-cli2:v0.12.1 as lint
|
||||
USER root
|
||||
RUN --mount=type=bind,target=. \
|
||||
/usr/local/bin/markdownlint-cli2 \
|
||||
|
|
Loading…
Reference in New Issue