From 7b136140e5d5ad71226d56100d28308ee74045fe Mon Sep 17 00:00:00 2001 From: "my-renovate[bot]" <105243867+my-renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 02:30:09 +0000 Subject: [PATCH] chore(deps): update dependency caddyserver/caddy to v2.8.4 --- Dockerfile | 2 +- entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index abcd0fc..62363df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/entrypoint.sh b/entrypoint.sh index 81e6306..0f16b14 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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}"