Skip to content

Commit e790296

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Docker] Now use fixed version of markdownlint
1 parent cddc8ac commit e790296

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WORKDIR ${WORKDIR}
1717

1818
RUN apk add --update --no-cache make nodejs npm \
1919
&& apk add --update --no-cache yamllint \
20-
&& npm install -g --ignore-scripts markdownlint-cli
20+
&& npm install -g --ignore-scripts markdownlint-cli@0.47.0
2121

2222
# [!TIP] Use a bind-mount to "/app" to override following "copys"
2323
# for lint and test against "current" sources in this stage

0 commit comments

Comments
 (0)