mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 17:35:28 +00:00
Updating dockerfile
This commit is contained in:
parent
a0b11d4662
commit
39465cf7e1
@ -1,4 +1,4 @@
|
||||
FROM golang:1.13.11-alpine3.10 AS build-env
|
||||
FROM golang:1.14-alpine AS build-env
|
||||
|
||||
RUN apk add --no-cache --upgrade git openssh-client ca-certificates
|
||||
RUN go get -u github.com/golang/dep/cmd/dep
|
||||
@ -7,4 +7,4 @@ WORKDIR /go/src/app
|
||||
# Install
|
||||
RUN GO111MODULE=on go get -u github.com/projectdiscovery/nuclei/v2/cmd/nuclei
|
||||
|
||||
ENTRYPOINT ["nuclei"]
|
||||
ENTRYPOINT ["nuclei"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user