Skip to content

Commit 1b916f2

Browse files
committed
Bump markdown-link-check and node image
1 parent 7d83e59 commit 1b916f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine3.18
1+
FROM node:21.7.3-alpine3.18
22
RUN apk add --no-cache bash>5.0.16-r0 git>2.26.0-r0
33
COPY entrypoint.sh /entrypoint.sh
44
RUN chmod +x /entrypoint.sh

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ YELLOW='\033[0;33m'
88
BLUE='\033[0;34m'
99
RED='\033[0;31m'
1010

11-
npm i -g markdown-link-check@3.11.1
11+
npm i -g markdown-link-check@3.13.6
1212
echo "::group::Debug information"
1313
npm -g list --depth=1
1414
echo "::endgroup::"

0 commit comments

Comments
 (0)