Skip to content

Commit

Permalink
curl: Upgrade curl and c-ares
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stickz authored Dec 1, 2024
1 parent c58887e commit a8a985e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a8a985e

Please sign in to comment.