Skip to content

Commit 1afb40a

Browse files
authored
Merge pull request #44 from projectdiscovery/dependabot/docker/golang-1.16.6-alpine
chore(deps): bump golang from 1.16-alpine to 1.16.6-alpine
2 parents 2ccf601 + 5efe87f commit 1afb40a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16-alpine as build-env
1+
FROM golang:1.16.6-alpine as build-env
22
RUN GO111MODULE=on go get -v github.com/projectdiscovery/simplehttpserver/cmd/simplehttpserver
33

44
FROM alpine:latest

SECURITY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
DO NOT CREATE AN ISSUE to report a security problem. Instead, please send an email to security@projectdiscovery.io and we will acknowledge it within 3 working days.

0 commit comments

Comments
 (0)