Skip to content

Commit f9b4187

Browse files
author
Cosmin Cojocar
authored
Merge pull request #249 from andrewhsu/go
bump Dockerfile golang from 1.10 to 1.11
2 parents 2cc6838 + 1ecd47e commit f9b4187

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,11 +1,11 @@
1-
FROM golang:1.10.4-alpine3.8 as build
1+
FROM golang:1.11.1-alpine3.8 as build
22
WORKDIR /go/src/github.com/securego/gosec
33
COPY . .
44
RUN apk add -U git make
55
RUN go get -u github.com/golang/dep/cmd/dep
66
RUN make
77

8-
FROM golang:1.10.4-alpine3.8
8+
FROM golang:1.11.1-alpine3.8
99
RUN apk add -U gcc musl-dev
1010
COPY --from=build /go/src/github.com/securego/gosec/gosec /usr/local/bin/gosec
1111
ENTRYPOINT ["gosec"]

0 commit comments

Comments
 (0)