Skip to content

Commit

Permalink
Updated curl to 7.64.1 version
Browse files Browse the repository at this point in the history
curl 7.64.0 version has an issue that causes very high CPU usage in rtorrent. This version should fix this behaviour.
  • Loading branch information
romancin authored Mar 27, 2019
1 parent aa656c4 commit 6066675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL build_version="Romancin version:- ${VERSION} Build-date:- ${BUILD_DATE}"
ARG MEDIAINF_VER="18.12"
ARG RTORRENT_VER="v0.9.7"
ARG LIBTORRENT_VER="v0.13.7"
ARG CURL_VER="7.64.0"
ARG CURL_VER="7.64.1"

# set env
ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
Expand Down

0 comments on commit 6066675

Please sign in to comment.