Skip to content

Commit af80111

Browse files
Dockerfile go version update to 1.18-alpine
1 parent 15f52b0 commit af80111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
FROM golang:1.18-alpine as build-env
2+
RUN go install -v github.com/projectdiscovery/simplehttpserver/cmd/simplehttpserver@latest
33

44
FROM alpine:latest
55
RUN apk add --no-cache bind-tools ca-certificates

0 commit comments

Comments
 (0)