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 2cc6838 commit 1ecd47eCopy full SHA for 1ecd47e
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM golang:1.10.4-alpine3.8 as build
+FROM golang:1.11.1-alpine3.8 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.10.4-alpine3.8
+FROM golang:1.11.1-alpine3.8
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