From 4acc620513454ff37d073a0c5ac6807b1f25ac69 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 16 Feb 2023 04:27:51 +0000 Subject: [PATCH] chore(deps): update caddy docker tag to v2.6.4 (#11) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [caddy](https://github.com/caddyserver/caddy-docker) | final | patch | `2.6.3-alpine` -> `2.6.4-alpine` | --- ### 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 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). Co-authored-by: Renovate Reviewed-on: https://gitea.dwysokinski.me/twhelp/scripts/pulls/11 Co-authored-by: renovate Co-committed-by: renovate --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 18181d6..810a4d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY . ./ ENV NODE_ENV=production RUN yarn build -FROM caddy:2.6.3-alpine +FROM caddy:2.6.4-alpine COPY --from=build-deps /app/dist /var/www COPY Caddyfile /etc/caddy/Caddyfile