Merge pull request #1109 from projectdiscovery/dependabot/docker/dev/golang-1.17.2-alpine

chore(deps): bump golang from 1.17.1-alpine to 1.17.2-alpine
dev
Sandeep Singh 2021-10-11 17:30:04 +05:30 committed by GitHub
commit cefb4094d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.17.1-alpine as build-env
FROM golang:1.17.2-alpine as build-env
RUN go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
FROM alpine:3.14