Skip to content

Commit

Permalink
Bump markdown-link-check and node image
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-nelson committed Jan 20, 2025
1 parent 7d83e59 commit 1b916f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine3.18
FROM node:21.7.3-alpine3.18
RUN apk add --no-cache bash>5.0.16-r0 git>2.26.0-r0
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ YELLOW='\033[0;33m'
BLUE='\033[0;34m'
RED='\033[0;31m'

npm i -g markdown-link-check@3.11.1
npm i -g markdown-link-check@3.13.6
echo "::group::Debug information"
npm -g list --depth=1
echo "::endgroup::"
Expand Down

0 comments on commit 1b916f2

Please sign in to comment.