chore(deps): bump golang from 1.19.2-alpine to 1.19.3-alpine (#697)

Bumps golang from 1.19.2-alpine to 1.19.3-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-11-09 15:02:44 +05:30
committed by GitHub
parent 7da3b7864d
commit acefa5cb8c
+1 -1
View File
@@ -1,5 +1,5 @@
# Build
FROM golang:1.19.2-alpine AS build-env
FROM golang:1.19.3-alpine AS build-env
RUN go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest
# Release