Merge pull request #844 from tophj-ibm/bump-to-go-1-9-3

Bump Go to 1.9.3 (cont.)
This commit is contained in:
Daniel Nephin 2018-01-29 16:17:28 -05:00 committed by GitHub
commit 7da324a2f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.9.2-alpine3.6
FROM golang:1.9.3-alpine3.6
RUN apk add -U git bash coreutils gcc musl-dev