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 9cd538f commit 8b27d1cCopy full SHA for 8b27d1c
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM golang:1.11.1-alpine3.8 as build
+FROM golang:1.11.5-alpine3.9 as build
2
WORKDIR /go/src/github.com/securego/gosec
3
COPY . .
4
RUN apk add -U git make
5
RUN go get -u github.com/golang/dep/cmd/dep
6
RUN make
7
8
-FROM golang:1.11.1-alpine3.8
+FROM golang:1.11.5-alpine3.9
9
RUN apk add -U gcc musl-dev
10
COPY --from=build /go/src/github.com/securego/gosec/gosec /usr/local/bin/gosec
11
ENTRYPOINT ["gosec"]
0 commit comments