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 7d83e59 commit 1b916f2Copy full SHA for 1b916f2
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:20-alpine3.18
+FROM node:21.7.3-alpine3.18
2
RUN apk add --no-cache bash>5.0.16-r0 git>2.26.0-r0
3
COPY entrypoint.sh /entrypoint.sh
4
RUN chmod +x /entrypoint.sh
entrypoint.sh
@@ -8,7 +8,7 @@ YELLOW='\033[0;33m'
8
BLUE='\033[0;34m'
9
RED='\033[0;31m'
10
11
-npm i -g markdown-link-check@3.11.1
+npm i -g markdown-link-check@3.13.6
12
echo "::group::Debug information"
13
npm -g list --depth=1
14
echo "::endgroup::"
0 commit comments