Merge pull request #2337 from projectdiscovery/dependabot/docker/dev/alpine-3.16.1

chore(deps): bump alpine from 3.16.0 to 3.16.1
dev
Sandeep Singh 2022-07-25 20:56:49 +05:30 committed by GitHub
commit 366e04be8d
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.4-alpine as build-env
RUN go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
FROM alpine:3.16.0
FROM alpine:3.16.1
RUN apk add --no-cache bind-tools ca-certificates chromium
COPY --from=build-env /go/bin/nuclei /usr/local/bin/nuclei
ENTRYPOINT ["nuclei"]