Merge pull request #1681 from projectdiscovery/dependabot/docker/dev/golang-1.17.8-alpine

chore(deps): bump golang from 1.17.7-alpine to 1.17.8-alpine
dev
Sandeep Singh 2022-03-07 13:24:47 +05:30 committed by GitHub
commit a53b7922ff
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.7-alpine as build-env
FROM golang:1.17.8-alpine as build-env
RUN go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
FROM alpine:3.15.0