mirror of https://github.com/daffainfo/nuclei.git
chore(deps): bump golang from 1.20.1-alpine to 1.20.2-alpine (#3414)
Bumps golang from 1.20.1-alpine to 1.20.2-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>dev
parent
9ba4a74539
commit
37c69f38e0
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.20.1-alpine as build-env
|
FROM golang:1.20.2-alpine as build-env
|
||||||
RUN apk add build-base
|
RUN apk add build-base
|
||||||
RUN go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
|
RUN go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue