Skip to content

Commit 36aaae8

Browse files
authored
Increase Caddy version (#26)
1 parent 8c969a9 commit 36aaae8

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ jobs:
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
LINTER_RULES_PATH: .
50+
FILTER_REGEX_EXCLUDE: CHANGELOG.md

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LABEL "com.github.actions.color"="blue"
1212
ENV MUFFET_VERSION="2.2.1"
1313
#ENV MUFFET_VERSION="latest"
1414

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

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

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -Eeuo pipefail
44

55
export MUFFET_VERSION="2.2.1"
6-
export CADDY_VERSION="2.2.0"
6+
export CADDY_VERSION="2.2.1"
77

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

0 commit comments

Comments
 (0)