chore(deps): update caddy docker tag to v2.6.1 (#4)
continuous-integration/drone/tag Build is passing Details

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [caddy](https://github.com/caddyserver/caddy-docker) | final | patch | `2.6.0` -> `2.6.1` |
| [caddy](https://github.com/caddyserver/caddy-docker) | stage | patch | `2.6.0-builder` -> `2.6.1-builder` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMSIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4xIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: #4
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
This commit is contained in:
renovate 2022-09-23 03:39:30 +00:00 committed by Dawid Wysokiński
parent 958d1ff317
commit a6af51da5d
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
FROM caddy:2.6.0-builder AS builder
FROM caddy:2.6.1-builder AS builder
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare
FROM caddy:2.6.0
FROM caddy:2.6.1
COPY --from=builder /usr/bin/caddy /usr/bin/caddy