diff --git a/worker/Dockerfile b/worker/Dockerfile index 8f9269d..407fb91 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=35ab81a1c158648245ac8dce10a0aec233b8c79f +ARG HTTPX_REF=819d833a83db3c0810bd42b7b403cd8260e6f003 RUN git clone --filter=blob:none "${HTTPX_REPO}" /tmp/httpx \ && cd /tmp/httpx \ @@ -15,7 +15,7 @@ FROM golang:1.25-bookworm AS nuclei-builder ARG NUCLEI_VERSION=v3.11.0 ARG SUBFINDER_VERSION=v2.14.0 ARG NUCLEI_TEMPLATES_REPO=https://github.com/projectdiscovery/nuclei-templates.git -ARG NUCLEI_TEMPLATES_REF=7add7e2dc140a03407d685896691b385b90b7a7b +ARG NUCLEI_TEMPLATES_REF=3a1f8a10636855133aaf3b4f3289498caa2e5309 RUN go install "github.com/projectdiscovery/nuclei/v3/cmd/nuclei@${NUCLEI_VERSION}" RUN go install "github.com/projectdiscovery/subfinder/v2/cmd/subfinder@${SUBFINDER_VERSION}" diff --git a/worker/Dockerfile.dev b/worker/Dockerfile.dev index 485706a..dc73898 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=35ab81a1c158648245ac8dce10a0aec233b8c79f +ARG HTTPX_REF=819d833a83db3c0810bd42b7b403cd8260e6f003 RUN git clone --filter=blob:none "${HTTPX_REPO}" /tmp/httpx \ && cd /tmp/httpx \ @@ -15,7 +15,7 @@ FROM golang:1.25-bookworm AS nuclei-builder ARG NUCLEI_VERSION=v3.11.0 ARG SUBFINDER_VERSION=v2.14.0 ARG NUCLEI_TEMPLATES_REPO=https://github.com/projectdiscovery/nuclei-templates.git -ARG NUCLEI_TEMPLATES_REF=7add7e2dc140a03407d685896691b385b90b7a7b +ARG NUCLEI_TEMPLATES_REF=3a1f8a10636855133aaf3b4f3289498caa2e5309 RUN go install "github.com/projectdiscovery/nuclei/v3/cmd/nuclei@${NUCLEI_VERSION}" RUN go install "github.com/projectdiscovery/subfinder/v2/cmd/subfinder@${SUBFINDER_VERSION}" diff --git a/worker/scanner-pins.json b/worker/scanner-pins.json index ad0b597..430c1f6 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": "35ab81a1c158648245ac8dce10a0aec233b8c79f" + "ref": "819d833a83db3c0810bd42b7b403cd8260e6f003" }, "nuclei": { "module": "github.com/projectdiscovery/nuclei/v3/cmd/nuclei", @@ -17,6 +17,6 @@ "repo": "projectdiscovery/nuclei-templates", "gitUrl": "https://github.com/projectdiscovery/nuclei-templates.git", "sourceRef": "main", - "ref": "7add7e2dc140a03407d685896691b385b90b7a7b" + "ref": "3a1f8a10636855133aaf3b4f3289498caa2e5309" } }