We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f52b0 commit af80111Copy full SHA for af80111
Dockerfile
@@ -1,5 +1,5 @@
1
-FROM golang:1.16.6-alpine as build-env
2
-RUN GO111MODULE=on go get -v github.com/projectdiscovery/simplehttpserver/cmd/simplehttpserver
+FROM golang:1.18-alpine as build-env
+RUN go install -v github.com/projectdiscovery/simplehttpserver/cmd/simplehttpserver@latest
3
4
FROM alpine:latest
5
RUN apk add --no-cache bind-tools ca-certificates
0 commit comments