mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-05 05:58:44 +00:00
Revert "docker: update ci-link-checker"
This reverts commit983b3dcadf. relates to2536e1da14
This commit is contained in:
4
.github/website_link_checker/Dockerfile
vendored
4
.github/website_link_checker/Dockerfile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user