fix: update curl version
Compare changes
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}\",
# this is not equivalent to the system one built with libtool ... soname, versions are not done the same way.
RUN git clone --depth 1 -b curl-$(echo "$LIB_CURL_VERSION" | tr . _) https://github.com/curl/curl.git curl --recursive \