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

Bumps golang from 1.18.0-alpine to 1.18.1-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-04-18 14:04:37 +00:00
committed by GitHub
parent 6f832891e8
commit 18da160fb5
+1 -1
View File
@@ -1,5 +1,5 @@
# Build
FROM golang:1.18.0-alpine AS build-env
FROM golang:1.18.1-alpine AS build-env
RUN go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest
# Release