Merge pull request #456 from projectdiscovery/dependabot/docker/golang-1.17.0-alpine

chore(deps): bump golang from 1.16.7-alpine to 1.17.0-alpine
dnsrepo-source
Sandeep Singh 2021-08-24 00:54:45 +05:30 committed by GitHub
commit bf0de60ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Build
FROM golang:1.16.7-alpine AS build-env
FROM golang:1.17.0-alpine AS build-env
RUN GO111MODULE=on go get -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder
# Release