Skip to content

Commit 57e6e1b

Browse files
committed
chore: pin Docker image by digest
1 parent 7ce856f commit 57e6e1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM node:lts-alpine
1+
FROM node:lts-alpine@sha256:41e4389f3d988d2ed55392df4db1420ad048ae53324a8e2b7c6d19508288107e
22

3-
RUN npm install --global --production --update-notifier=false markdownlint-cli@0.43.0
3+
RUN npm install --global --omit=dev --update-notifier=false markdownlint-cli@0.43.0
44

55
COPY entrypoint.sh /entrypoint.sh
66
COPY markdownlint-problem-matcher.json /markdownlint-problem-matcher.json

0 commit comments

Comments
 (0)