Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.26-bookworm AS httpx-builder

ARG HTTPX_REPO=https://github.com/CarlosCommits/httpx.git
ARG HTTPX_REF=819d833a83db3c0810bd42b7b403cd8260e6f003
ARG HTTPX_REF=1410e364fad51d988783d241f08af64e089d407a

RUN git clone --filter=blob:none "${HTTPX_REPO}" /tmp/httpx \
&& cd /tmp/httpx \
Expand Down
2 changes: 1 addition & 1 deletion worker/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.26-bookworm AS httpx-builder

ARG HTTPX_REPO=https://github.com/CarlosCommits/httpx.git
ARG HTTPX_REF=819d833a83db3c0810bd42b7b403cd8260e6f003
ARG HTTPX_REF=1410e364fad51d988783d241f08af64e089d407a

RUN git clone --filter=blob:none "${HTTPX_REPO}" /tmp/httpx \
&& cd /tmp/httpx \
Expand Down
2 changes: 1 addition & 1 deletion worker/scanner-pins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repo": "CarlosCommits/httpx",
"gitUrl": "https://github.com/CarlosCommits/httpx.git",
"sourceRef": "dev",
"ref": "819d833a83db3c0810bd42b7b403cd8260e6f003"
"ref": "1410e364fad51d988783d241f08af64e089d407a"
},
"nuclei": {
"module": "github.com/projectdiscovery/nuclei/v3/cmd/nuclei",
Expand Down
Loading