Revert "docker: update ci-link-checker"

This reverts commit 983b3dcadf.

relates to 2536e1da14
This commit is contained in:
Rui Chen
2022-01-11 18:17:02 -05:00
parent 2536e1da14
commit abcaf2e876

View File

@@ -1,10 +1,10 @@
# This Dockerfile builds runatlantis/ci-link-checker.
# It is used in CircleCI to check if the website has any broken links.
FROM node:16
FROM node:14
ENV DOCKERIZE_VERSION v0.6.1
# Muffet is used to check for broken links.
COPY --from=raviqqe/muffet:2.4.8 muffet /usr/local/bin/muffet
COPY --from=raviqqe/muffet:2.4.0 muffet /usr/local/bin/muffet
# http-server is used to serve the website locally as muffet checks it.
RUN yarn global add http-server