chore(deps): bump golang from 1.17-alpine to 1.18.0-alpine

Bumps golang from 1.17-alpine to 1.18.0-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
dev
dependabot[bot] 2022-03-21 14:05:04 +00:00 committed by GitHub
parent 5095f9a07d
commit 47bb7a0a9b
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.17-alpine AS build-env
FROM golang:1.18.0-alpine AS build-env
RUN go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest
# Release