We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e5b1f commit 6221b4dCopy full SHA for 6221b4d
Dockerfile
@@ -32,7 +32,7 @@ WORKDIR ${WORKDIR}
32
33
RUN apk add --update --no-cache make nodejs npm \
34
&& apk add --update --no-cache yamllint \
35
- && npm install -g --ignore-scripts markdownlint-cli
+ && npm install -g --ignore-scripts markdownlint-cli@0.47.0
36
37
# [!TIP] Use a bind-mount to "/app" to override following "copys"
38
# for lint and test against "current" sources in this stage
0 commit comments