From e91c5f83ad704c88cb0516c8c4a0a4ed11ad31fa Mon Sep 17 00:00:00 2001 From: Bharath Date: Thu, 3 Oct 2024 17:53:18 +0530 Subject: [PATCH] Updated httpx: 1.3.7 to 1.6.8 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5691a0f6..b131ecd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,8 +18,8 @@ RUN rm -rf * # Install HTTPX RUN echo "Installing HTTPX" -RUN wget https://github.com/projectdiscovery/httpx/releases/download/v1.3.7/httpx_1.3.7_linux_amd64.zip -RUN unzip httpx_1.3.7_linux_amd64.zip +RUN wget https://github.com/projectdiscovery/httpx/releases/download/v1.6.8/httpx_1.6.8_linux_amd64.zip +RUN unzip httpx_1.6.8_linux_amd64.zip RUN mv httpx /usr/bin RUN rm -rf *