Skip to content

Commit

Permalink
Revert "docker: update ci-link-checker"
Browse files Browse the repository at this point in the history
This reverts commit 983b3dc.

relates to 2536e1d
  • Loading branch information
chenrui333 committed Jan 11, 2022
1 parent 2536e1d commit abcaf2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/website_link_checker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit abcaf2e

Please sign in to comment.