Skip to content

Commit

Permalink
Updating dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzack9999 committed Aug 2, 2020
1 parent a0b11d4 commit 39465cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"]

0 comments on commit 39465cf

Please sign in to comment.