Skip to content

Commit ee6ebcb

Browse files
committed
deps: bump markdownlint-cli2 to v0.13.0 (markdownlint 0.34.0)
Signed-off-by: David Karlsson <[email protected]>
1 parent 3ba8f08 commit ee6ebcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ARG DOCS_URL
4545
RUN hugo --gc --minify -d /out -e $HUGO_ENV -b $DOCS_URL
4646

4747
# lint lints markdown files
48-
FROM davidanson/markdownlint-cli2:v0.12.1 AS lint
48+
FROM davidanson/markdownlint-cli2:v0.13.0 AS lint
4949
USER root
5050
RUN --mount=type=bind,target=. \
5151
/usr/local/bin/markdownlint-cli2 \

0 commit comments

Comments
 (0)