Skip to content

Commit

Permalink
Updated httpx: 1.3.7 to 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbharath committed Oct 3, 2024
1 parent 375002e commit e91c5f8
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
Expand Up @@ -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 *

Expand Down

0 comments on commit e91c5f8

Please sign in to comment.