From 1f543c89671c4b8ac007eb5250ce6db4cdcdebf9 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Tue, 25 May 2021 17:37:38 +0200 Subject: [PATCH] chore(deps): update dependency caddyserver/caddy to v2.4.1 (#31) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [caddyserver/caddy](https://github.com/caddyserver/caddy) | patch | `v2.4.0` -> `v2.4.1` | --- ### Release Notes
caddyserver/caddy ### [`v2.4.1`](https://github.com/caddyserver/caddy/releases/v2.4.1) [Compare Source](https://github.com/caddyserver/caddy/compare/v2.4.0...v2.4.1) A small patch release that contains a few noncritical but pleasant fixes (unless you're using `/id/` endpoints in the admin API; then you should definitely get this update). #### Changelog [`7f26a6b`](https://github.com/caddyserver/caddy/commit/7f26a6b3) admin: Reinstate internal redirect for /id/ requests [`b82db99`](https://github.com/caddyserver/caddy/commit/b82db994) caddyfile: Add parse error on site address with trailing `{` ([#​4163](https://github.com/caddyserver/caddy/issues/4163)) [`2aefe15`](https://github.com/caddyserver/caddy/commit/2aefe156) cmd: upgrade: inherit the permissions of the original executable ([#​4160](https://github.com/caddyserver/caddy/issues/4160)) [`dbe164d`](https://github.com/caddyserver/caddy/commit/dbe164d9) httpcaddyfile: Fix automation policy consolidation again (fix [#​4161](https://github.com/caddyserver/caddy/issues/4161)) [`e3c369d`](https://github.com/caddyserver/caddy/commit/e3c369d4) logging: Implement dial timeout for net writer (fix [#​4083](https://github.com/caddyserver/caddy/issues/4083)) ([#​4172](https://github.com/caddyserver/caddy/issues/4172)) [`aef8d4d`](https://github.com/caddyserver/caddy/commit/aef8d4de) reverseproxy: Set the headers in the replacer before `handle_response` ([#​4165](https://github.com/caddyserver/caddy/issues/4165))
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.rknet.org/docker/link-validator/pulls/31 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb133cd..9cc917a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ARG BUILD_VERSION # renovate: datasource=npm depName=broken-link-checker ENV BLC_VERSION="${BUILD_VERSION:-0.7.8}" # renovate: datasource=github-releases depName=caddyserver/caddy -ENV CADDY_VERSION="${CADDY_VERSION:-v2.4.0}" +ENV CADDY_VERSION="${CADDY_VERSION:-v2.4.1}" ENV LINK_VALIDATOR_BASE_DIR=/drone/src \ LINK_VALIDATOR_SERVER_PORT=80 \