Skip to content
Snippets Groups Projects

fix: update curl version

Merged Rashaad Gray requested to merge slb/rg/fix-curl-vulnerability into master
3 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -203,7 +203,7 @@ RUN echo " \"c_ares\": { \"version\" : \"${LIB_C_ARES_VERSION}\",
@@ -203,7 +203,7 @@ RUN echo " \"c_ares\": { \"version\" : \"${LIB_C_ARES_VERSION}\",
# [CURL]
# [CURL]
# this is not equivalent to the system one built with libtool ... soname, versions are not done the same way.
# this is not equivalent to the system one built with libtool ... soname, versions are not done the same way.
# may require a patch for locally built nghttp2? or http3 libraries
# may require a patch for locally built nghttp2? or http3 libraries
ARG LIB_CURL_VERSION=8.4.0
ARG LIB_CURL_VERSION=8.9.0
RUN git clone --depth 1 -b curl-$(echo "$LIB_CURL_VERSION" | tr . _) https://github.com/curl/curl.git curl --recursive \
RUN git clone --depth 1 -b curl-$(echo "$LIB_CURL_VERSION" | tr . _) https://github.com/curl/curl.git curl --recursive \
&& cd curl \
&& cd curl \
&& source /etc/profile.d/scl_source.sh \
&& source /etc/profile.d/scl_source.sh \
Loading