Merge pull request #455 from projectdiscovery/dependabot/docker/golang-1.16.7-alpine

chore(deps): bump golang from 1.16.6-alpine to 1.16.7-alpine
master
Mzack9999 2021-08-16 16:31:45 +02:00 committed by GitHub
commit c1c9478a39
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,5 +1,5 @@
# Build
FROM golang:1.16.6-alpine AS build-env
FROM golang:1.16.7-alpine AS build-env
RUN GO111MODULE=on go get -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder
# Release