Skip to content

Commit aa17943

Browse files
authored
Update muffet (#38)
1 parent 83a8ce1 commit aa17943

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL "com.github.actions.description"="Check broken links on web pages stored l
99
LABEL "com.github.actions.icon"="list"
1010
LABEL "com.github.actions.color"="blue"
1111

12-
ENV MUFFET_VERSION="2.4.1"
12+
ENV MUFFET_VERSION="2.4.2"
1313
#ENV MUFFET_VERSION="latest"
1414

1515
ENV CADDY_VERSION="2.3.0"

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -Eeuo pipefail
44

5-
export MUFFET_VERSION="2.4.1"
5+
export MUFFET_VERSION="2.4.2"
66
export CADDY_VERSION="2.3.0"
77

88
# Command line parameters for muffet

0 commit comments

Comments
 (0)