Skip to content

Commit ef36cd9

Browse files
authored
Upgrade Caddy to version 2.3.0 (#30)
1 parent 4a8f10a commit ef36cd9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ 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.3.0"
12+
ENV MUFFET_VERSION="2.3.2"
1313
#ENV MUFFET_VERSION="latest"
1414

15-
ENV CADDY_VERSION="2.2.1"
15+
ENV CADDY_VERSION="2.3.0"
1616
#ENV CADDY_VERSION="latest"
1717

1818
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -Eeuo pipefail
44

5-
export MUFFET_VERSION="2.3.0"
6-
export CADDY_VERSION="2.2.1"
5+
export MUFFET_VERSION="2.3.2"
6+
export CADDY_VERSION="2.3.0"
77

88
# Command line parameters for muffet
99
export CMD_PARAMS="${INPUT_CMD_PARAMS:- --buffer-size=8192 --max-connections=10 --color=always --verbose}"

0 commit comments

Comments
 (0)