From a8a985e8ad17018a6c2cb6bb8d977382d55c2cc6 Mon Sep 17 00:00:00 2001 From: stickz Date: Sun, 1 Dec 2024 10:44:37 -0500 Subject: [PATCH] curl: Upgrade curl and c-ares This commit upgrades curl to v8.11.0 and c-ares to v1.34.3. The releases contain a series of new features, performance improvements and security updates. The current releases were 1 year outdated. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f795c6a..4c9db88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # syntax=docker/dockerfile:1 ARG LIBSIG_VERSION=3.0.3 -ARG CARES_VERSION=1.31.0 -ARG CURL_VERSION=8.5.0 +ARG CARES_VERSION=1.34.3 +ARG CURL_VERSION=8.11.0 ARG XMLRPC_VERSION=01.58.00 ARG MKTORRENT_VERSION=v1.1 ARG GEOIP2_PHPEXT_VERSION=1.3.1