diff --git a/worker/Dockerfile b/worker/Dockerfile index 407fb91..60f63fa 100644 --- a/worker/Dockerfile +++ b/worker/Dockerfile @@ -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 \ diff --git a/worker/Dockerfile.dev b/worker/Dockerfile.dev index dc73898..ece0059 100644 --- a/worker/Dockerfile.dev +++ b/worker/Dockerfile.dev @@ -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 \ diff --git a/worker/scanner-pins.json b/worker/scanner-pins.json index 430c1f6..c867f24 100644 --- a/worker/scanner-pins.json +++ b/worker/scanner-pins.json @@ -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",