Skip to content

Commit 6221b4d

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Docker] Now use fixed version of markdownlint
1 parent 91e5b1f commit 6221b4d

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
@@ -32,7 +32,7 @@ WORKDIR ${WORKDIR}
3232

3333
RUN apk add --update --no-cache make nodejs npm \
3434
&& apk add --update --no-cache yamllint \
35-
&& npm install -g --ignore-scripts markdownlint-cli
35+
&& npm install -g --ignore-scripts markdownlint-cli@0.47.0
3636

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

0 commit comments

Comments
 (0)