Skip to content

Commit

Permalink
version independent
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhulst committed Aug 23, 2020
1 parent 3d7d348 commit 8b87018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14.2-alpine3.11 as build
FROM golang:alpine as build
RUN apk --no-cache add git
RUN go get github.com/OWASP/Amass; exit 0
ENV GO111MODULE on
Expand Down

0 comments on commit 8b87018

Please sign in to comment.