We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a8ce1 commit aa17943Copy full SHA for aa17943
2 files changed
Dockerfile
@@ -9,7 +9,7 @@ LABEL "com.github.actions.description"="Check broken links on web pages stored l
9
LABEL "com.github.actions.icon"="list"
10
LABEL "com.github.actions.color"="blue"
11
12
-ENV MUFFET_VERSION="2.4.1"
+ENV MUFFET_VERSION="2.4.2"
13
#ENV MUFFET_VERSION="latest"
14
15
ENV CADDY_VERSION="2.3.0"
entrypoint.sh
@@ -2,7 +2,7 @@
2
3
set -Eeuo pipefail
4
5
-export MUFFET_VERSION="2.4.1"
+export MUFFET_VERSION="2.4.2"
6
export CADDY_VERSION="2.3.0"
7
8
# Command line parameters for muffet
0 commit comments