From 6bc33fdc2d2834a2e090d2c37a2d35cb0b766e25 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 9 Jul 2024 15:31:59 +0200 Subject: [PATCH] chore(deps): update curlimages/curl docker tag to v8.8.0 (#12) 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 | |---|---|---|---| | [curlimages/curl](https://github.com/curl/curl-container) | final | minor | `8.7.1` -> `8.8.0` | --- ### Release Notes
curl/curl-container (curlimages/curl) ### [`v8.8.0`](https://github.com/curl/curl-container/blob/HEAD/CHANGELOG.md#880---2024-05-22) [Compare Source](https://github.com/curl/curl-container/compare/8.7.1...8.8.0) ##### Changed - bump to curl 8.8.0
--- ### 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: OCram85 Reviewed-on: https://gitea.ocram85.com/plugins/gitea-package/pulls/12 Reviewed-by: OCram85 Co-authored-by: renovate-bot Co-committed-by: renovate-bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a48be7f..810de9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM curlimages/curl:8.7.1 +FROM curlimages/curl:8.8.0 LABEL org.opencontainers.image.authors="marco@ocram85.com" #ENV PLUGIN_OWNER #ENV PLUGIN_PACKAGE_NAME