Skip to content

Commit de3140d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ WORKDIR ${WORKDIR}
2727

2828
RUN apk add --update --no-cache make nodejs npm \
2929
&& apk add --update --no-cache yamllint \
30-
&& npm install -g --ignore-scripts markdownlint-cli \
31-
&& npm install -g --ignore-scripts markdownlint-cli prettier
30+
&& npm install -g --ignore-scripts markdownlint-cli@0.47.0 \
31+
&& npm install -g --ignore-scripts prettier@3.7.4
3232

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

0 commit comments

Comments
 (0)