diff --git a/worker/Dockerfile b/worker/Dockerfile index 4199516..7b34299 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=8667c483a6a392ac711d3a7db6f0bb5b80ac3dd8 +ARG NUCLEI_TEMPLATES_REF=4ccef9ea7c907d917b1608d60d73b12823bdfdf5 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 5baf33b..e4717a4 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=8667c483a6a392ac711d3a7db6f0bb5b80ac3dd8 +ARG NUCLEI_TEMPLATES_REF=4ccef9ea7c907d917b1608d60d73b12823bdfdf5 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 d7511f2..fe6e9ab 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": "8667c483a6a392ac711d3a7db6f0bb5b80ac3dd8" + "ref": "4ccef9ea7c907d917b1608d60d73b12823bdfdf5" } }