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 d7e2b34 commit de3140dCopy full SHA for de3140d
Dockerfile
@@ -27,8 +27,8 @@ WORKDIR ${WORKDIR}
27
28
RUN apk add --update --no-cache make nodejs npm \
29
&& apk add --update --no-cache yamllint \
30
- && npm install -g --ignore-scripts markdownlint-cli \
31
- && npm install -g --ignore-scripts markdownlint-cli prettier
+ && npm install -g --ignore-scripts markdownlint-cli@0.47.0 \
+ && npm install -g --ignore-scripts prettier@3.7.4
32
33
# [!TIP] Use a bind-mount to "/app" to override following "copys"
34
# for lint and test against "current" sources in this stage
0 commit comments