chore(deps): bump golang from 1.15-alpine to 1.16.0-alpine

Bumps golang from 1.15-alpine to 1.16.0-alpine.

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-02-20 20:20:49 +00:00
committed by GitHub
parent 58c113df0a
commit f45fc297db
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.15-alpine AS build-env
FROM golang:1.16.0-alpine AS build-env
RUN GO111MODULE=on go get -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder
FROM alpine:latest