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 cddc8ac commit e790296Copy full SHA for e790296
1 file changed
Dockerfile
@@ -17,7 +17,7 @@ WORKDIR ${WORKDIR}
17
18
RUN apk add --update --no-cache make nodejs npm \
19
&& apk add --update --no-cache yamllint \
20
- && npm install -g --ignore-scripts markdownlint-cli
+ && npm install -g --ignore-scripts markdownlint-cli@0.47.0
21
22
# [!TIP] Use a bind-mount to "/app" to override following "copys"
23
# for lint and test against "current" sources in this stage
0 commit comments