Merge pull request #1467 from projectdiscovery/dependabot/docker/dev/golang-1.17.6-alpine

chore(deps): bump golang from 1.17.5-alpine to 1.17.6-alpine
dev
forgedhallpass 2022-01-10 11:48:15 +02:00 committed by GitHub
commit b77723941d
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,4 +1,4 @@
FROM golang:1.17.5-alpine as build-env
FROM golang:1.17.6-alpine as build-env
RUN go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
FROM alpine:3.15.0