diff --git a/Dockerfile b/Dockerfile index c0c0593..a93c971 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ LABEL "com.github.actions.icon"="list" LABEL "com.github.actions.color"="blue" # renovate: datasource=github-tags depName=raviqqe/muffet -ENV MUFFET_VERSION="2.10.1" +ENV MUFFET_VERSION="2.10.2" # renovate: datasource=github-tags depName=caddyserver/caddy ENV CADDY_VERSION="2.8.4" diff --git a/entrypoint.sh b/entrypoint.sh index 0f16b14..e8d8049 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,7 +3,7 @@ set -Eeuo pipefail # renovate: datasource=github-tags depName=raviqqe/muffet -export MUFFET_VERSION="2.10.1" +export MUFFET_VERSION="2.10.2" # renovate: datasource=github-tags depName=caddyserver/caddy export CADDY_VERSION="2.8.4"