bump: update nuclei version to 3.6.0

This commit is contained in:
Morten Olsen
2025-12-12 21:09:15 +01:00
committed by GitHub
parent 57155e77eb
commit 3a5e4d8902

View File

@@ -27,7 +27,7 @@ FROM alpine:3.19 AS final
# Build arguments for nuclei version and architecture
ARG TARGETOS
ARG TARGETARCH
ARG NUCLEI_VERSION=3.3.7
ARG NUCLEI_VERSION=3.6.0
# Install ca-certificates for HTTPS requests, curl for downloading, and create non-root user
RUN apk --no-cache add ca-certificates tzdata curl unzip && \