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 bae3e74 commit 32c73a8Copy full SHA for 32c73a8
.github/website_link_checker/Dockerfile
@@ -4,7 +4,7 @@ FROM node:14
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.6.2 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