Skip to content

Commit

Permalink
Bump to MUFFET_VERSION 2.4.1 with --rate-limit feature. (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: Petr Ruzicka <[email protected]>
  • Loading branch information
danielhoherd and ruzickap authored Mar 4, 2021
1 parent d0d3830 commit 1ae327c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL "com.github.actions.description"="Check broken links on web pages stored l
LABEL "com.github.actions.icon"="list"
LABEL "com.github.actions.color"="blue"

ENV MUFFET_VERSION="2.3.2"
ENV MUFFET_VERSION="2.4.1"
#ENV MUFFET_VERSION="latest"

ENV CADDY_VERSION="2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -Eeuo pipefail

export MUFFET_VERSION="2.3.2"
export MUFFET_VERSION="2.4.1"
export CADDY_VERSION="2.3.0"

# Command line parameters for muffet
Expand Down

0 comments on commit 1ae327c

Please sign in to comment.