Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/website_link_checker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM node:14
ENV DOCKERIZE_VERSION v0.6.1

# Muffet is used to check for broken links.
COPY --from=raviqqe/muffet:2.4.0 muffet /usr/local/bin/muffet
COPY --from=raviqqe/muffet:2.6.2 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