mirror of https://github.com/daffainfo/nuclei.git
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>dev
parent
b26ebcfa60
commit
b5e7c83781
|
@ -1,4 +1,4 @@
|
|||
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/nuclei/v2/cmd/nuclei@latest
|
||||
|
||||
FROM alpine:3.15.4
|
||||
|
|
Loading…
Reference in New Issue