Skip to content

Commit

Permalink
Upgrade Caddy to version 2.3.0 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap authored Jan 1, 2021
1 parent 4a8f10a commit ef36cd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ 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.0"
ENV MUFFET_VERSION="2.3.2"
#ENV MUFFET_VERSION="latest"

ENV CADDY_VERSION="2.2.1"
ENV CADDY_VERSION="2.3.0"
#ENV CADDY_VERSION="latest"

SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
Expand Down
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -Eeuo pipefail

export MUFFET_VERSION="2.3.0"
export CADDY_VERSION="2.2.1"
export MUFFET_VERSION="2.3.2"
export CADDY_VERSION="2.3.0"

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

0 comments on commit ef36cd9

Please sign in to comment.