alizademhdi 2024-03-15 14:22:15 +03:30
parent aaf3cf9cb3
commit d93b4a01df
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ RUN go mod download
RUN go build ./cmd/nuclei RUN go build ./cmd/nuclei
# Release # Release
FROM alpine:3.18.2 FROM alpine:3.18.5
RUN apk -U upgrade --no-cache \ RUN apk -U upgrade --no-cache \
&& apk add --no-cache bind-tools chromium ca-certificates && apk add --no-cache bind-tools chromium ca-certificates
COPY --from=build-env /app/nuclei /usr/local/bin/ COPY --from=build-env /app/nuclei /usr/local/bin/