Merge pull request #1774 from projectdiscovery/dependabot/docker/dev/alpine-3.15.2

chore(deps): bump alpine from 3.15.1 to 3.15.2
dev
Mzack9999 2022-03-28 18:41:50 +02:00 committed by GitHub
commit 66ee5555d5
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,7 +1,7 @@
FROM golang:1.18.0-alpine as build-env
RUN go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
FROM alpine:3.15.1
FROM alpine:3.15.2
RUN apk add --no-cache bind-tools ca-certificates chromium
COPY --from=build-env /go/bin/nuclei /usr/local/bin/nuclei
ENTRYPOINT ["nuclei"]