chore(deps): bump golang from 1.16-alpine to 1.16.6-alpine

Bumps golang from 1.16-alpine to 1.16.6-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-07-19 14:03:50 +00:00
committed by GitHub
parent 01813b7cb0
commit 032c8ec920
+1 -1
View File
@@ -1,5 +1,5 @@
# Build
FROM golang:1.16-alpine AS build-env
FROM golang:1.16.6-alpine AS build-env
RUN GO111MODULE=on go get -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder
# Release