Skip to content

Commit

Permalink
Upgrade Nuclei version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ostorlab committed Feb 27, 2025
1 parent b8e2845 commit 884d3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN python3.11 -m pip install --upgrade setuptools
RUN python3.11 -m pip install -r /requirement.txt
RUN mkdir /nuclei
WORKDIR /nuclei
ARG NUCLEI_VERSION=3.2.4
ARG NUCLEI_VERSION=3.3.9
RUN wget https://github.com/projectdiscovery/nuclei/releases/download/v${NUCLEI_VERSION}/nuclei_${NUCLEI_VERSION}_linux_amd64.zip && \
unzip nuclei_${NUCLEI_VERSION}_linux_amd64.zip
RUN mkdir -p /app/agent
Expand Down

0 comments on commit 884d3a1

Please sign in to comment.