From bf4e3cccb7bbfbb56e029a62ff9f436f2ea170d4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 2 Feb 2024 14:24:55 +0100 Subject: [PATCH] chore(deps): update dependency alpine_3_19/curl to v8.5.0-r0 (#9) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | alpine_3_19/curl | minor | `8.0.0-r0` -> `8.5.0-r0` | --- ### 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). Reviewed-on: https://git.mgrote.net/container-images/httpd/pulls/9 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 6e3f10d..4144570 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM httpd:2.4.58-alpine # renovate: datasource=repology depName=alpine_3_19/curl versioning=loose -ENV CURL_VERSION="8.0.0-r0" +ENV CURL_VERSION="8.5.0-r0" # renovate: datasource=repology depName=alpine_3_19/wget versioning=loose ENV WGET_VERSION="1.21.4-r0"