diff --git a/worker/Dockerfile b/worker/Dockerfile index 7b34299..583cd8c 100644 --- a/worker/Dockerfile +++ b/worker/Dockerfile @@ -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=4ccef9ea7c907d917b1608d60d73b12823bdfdf5 +ARG NUCLEI_TEMPLATES_REF=e9f0fe7fa4f5c548bbd1a4d3b65d0f181021e664 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 e4717a4..780ff9e 100644 --- a/worker/Dockerfile.dev +++ b/worker/Dockerfile.dev @@ -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=4ccef9ea7c907d917b1608d60d73b12823bdfdf5 +ARG NUCLEI_TEMPLATES_REF=e9f0fe7fa4f5c548bbd1a4d3b65d0f181021e664 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 fe6e9ab..cbd4f4f 100644 --- a/worker/scanner-pins.json +++ b/worker/scanner-pins.json @@ -17,6 +17,6 @@ "repo": "projectdiscovery/nuclei-templates", "gitUrl": "https://github.com/projectdiscovery/nuclei-templates.git", "sourceRef": "main", - "ref": "4ccef9ea7c907d917b1608d60d73b12823bdfdf5" + "ref": "e9f0fe7fa4f5c548bbd1a4d3b65d0f181021e664" } }