Skip to content

Commit 983b3dc

Browse files
committed
docker: update ci-link-checker
Signed-off-by: Rui Chen <[email protected]>
1 parent 3db51f0 commit 983b3dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/website_link_checker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# This Dockerfile builds runatlantis/ci-link-checker.
22
# It is used in CircleCI to check if the website has any broken links.
3-
FROM node:14
3+
FROM node:16
44
ENV DOCKERIZE_VERSION v0.6.1
55

66
# Muffet is used to check for broken links.
7-
COPY --from=raviqqe/muffet:2.4.0 muffet /usr/local/bin/muffet
7+
COPY --from=raviqqe/muffet:2.4.8 muffet /usr/local/bin/muffet
88

99
# http-server is used to serve the website locally as muffet checks it.
1010
RUN yarn global add http-server

0 commit comments

Comments
 (0)