update go version to 1.9.2

This commit is contained in:
Anton Kaliaev 2017-11-14 12:26:01 -06:00
parent a52b98c70e
commit f2bf7d1b2d
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.7.4
FROM golang:1.9.2
RUN apt-get update && apt-get install -y --no-install-recommends \
zip \