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 3db51f0 commit 983b3dcCopy full SHA for 983b3dc
.github/website_link_checker/Dockerfile
@@ -1,10 +1,10 @@
1
# This Dockerfile builds runatlantis/ci-link-checker.
2
# It is used in CircleCI to check if the website has any broken links.
3
-FROM node:14
+FROM node:16
4
ENV DOCKERIZE_VERSION v0.6.1
5
6
# Muffet is used to check for broken links.
7
-COPY --from=raviqqe/muffet:2.4.0 muffet /usr/local/bin/muffet
+COPY --from=raviqqe/muffet:2.4.8 muffet /usr/local/bin/muffet
8
9
# http-server is used to serve the website locally as muffet checks it.
10
RUN yarn global add http-server
0 commit comments