mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-25 03:05:27 +00:00
Merge pull request #604 from gaby/golang-version
Fix inconsistent Golang version
This commit is contained in:
commit
15b1a490fc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user