Merge pull request #604 from gaby/golang-version

Fix inconsistent Golang version
This commit is contained in:
PD-Team 2021-03-14 12:35:46 +05:30 committed by GitHub
commit 15b1a490fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM golang:1.16.0-alpine as build-env
FROM golang:1.15-alpine as build-env
RUN GO111MODULE=on go get -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei
FROM alpine:latest