We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce856f commit 57e6e1bCopy full SHA for 57e6e1b
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM node:lts-alpine
+FROM node:lts-alpine@sha256:41e4389f3d988d2ed55392df4db1420ad048ae53324a8e2b7c6d19508288107e
2
3
-RUN npm install --global --production --update-notifier=false markdownlint-cli@0.43.0
+RUN npm install --global --omit=dev --update-notifier=false markdownlint-cli@0.43.0
4
5
COPY entrypoint.sh /entrypoint.sh
6
COPY markdownlint-problem-matcher.json /markdownlint-problem-matcher.json
0 commit comments