Skip to content

Commit

Permalink
chore(deps): update dependency caddyserver/caddy to v2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
my-renovate[bot] committed Jun 9, 2024
1 parent f26aea0 commit b06c0d7
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 @@ -16,7 +16,7 @@ LABEL "com.github.actions.color"="blue"
# renovate: datasource=github-tags depName=raviqqe/muffet
ENV MUFFET_VERSION="2.10.1"
# renovate: datasource=github-tags depName=caddyserver/caddy
ENV CADDY_VERSION="2.8.1"
ENV CADDY_VERSION="2.8.4"

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

Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -Eeuo pipefail
# renovate: datasource=github-tags depName=raviqqe/muffet
export MUFFET_VERSION="2.10.1"
# renovate: datasource=github-tags depName=caddyserver/caddy
export CADDY_VERSION="2.8.1"
export CADDY_VERSION="2.8.4"

# 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 b06c0d7

Please sign in to comment.