Skip to content
Open
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
6 changes: 3 additions & 3 deletions worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ RUN git clone --filter=blob:none "${HTTPX_REPO}" /tmp/httpx \

FROM golang:1.25-bookworm AS nuclei-builder

ARG NUCLEI_VERSION=v3.11.0
ARG SUBFINDER_VERSION=v2.14.0
ARG NUCLEI_VERSION=v3.11.1
ARG SUBFINDER_VERSION=v2.15.0
ARG NUCLEI_TEMPLATES_REPO=https://github.com/projectdiscovery/nuclei-templates.git
ARG NUCLEI_TEMPLATES_REF=e9f0fe7fa4f5c548bbd1a4d3b65d0f181021e664
ARG NUCLEI_TEMPLATES_REF=479c6e96948197ba15aaf3f676067538cf3d47ea

RUN go install "github.com/projectdiscovery/nuclei/v3/cmd/nuclei@${NUCLEI_VERSION}"
RUN go install "github.com/projectdiscovery/subfinder/v2/cmd/subfinder@${SUBFINDER_VERSION}"
Expand Down
6 changes: 3 additions & 3 deletions worker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ RUN git clone --filter=blob:none "${HTTPX_REPO}" /tmp/httpx \

FROM golang:1.25-bookworm AS nuclei-builder

ARG NUCLEI_VERSION=v3.11.0
ARG SUBFINDER_VERSION=v2.14.0
ARG NUCLEI_VERSION=v3.11.1
ARG SUBFINDER_VERSION=v2.15.0
ARG NUCLEI_TEMPLATES_REPO=https://github.com/projectdiscovery/nuclei-templates.git
ARG NUCLEI_TEMPLATES_REF=e9f0fe7fa4f5c548bbd1a4d3b65d0f181021e664
ARG NUCLEI_TEMPLATES_REF=479c6e96948197ba15aaf3f676067538cf3d47ea

RUN go install "github.com/projectdiscovery/nuclei/v3/cmd/nuclei@${NUCLEI_VERSION}"
RUN go install "github.com/projectdiscovery/subfinder/v2/cmd/subfinder@${SUBFINDER_VERSION}"
Expand Down
6 changes: 3 additions & 3 deletions worker/scanner-pins.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
},
"nuclei": {
"module": "github.com/projectdiscovery/nuclei/v3/cmd/nuclei",
"version": "v3.11.0"
"version": "v3.11.1"
},
"subfinder": {
"module": "github.com/projectdiscovery/subfinder/v2/cmd/subfinder",
"version": "v2.14.0"
"version": "v2.15.0"
},
"nucleiTemplates": {
"repo": "projectdiscovery/nuclei-templates",
"gitUrl": "https://github.com/projectdiscovery/nuclei-templates.git",
"sourceRef": "main",
"ref": "e9f0fe7fa4f5c548bbd1a4d3b65d0f181021e664"
"ref": "479c6e96948197ba15aaf3f676067538cf3d47ea"
}
}
Loading