update Go version to 1.9.2

This commit is contained in:
Anton Kaliaev 2017-11-10 15:10:52 -05:00
parent 70d8afa6e9
commit 21e87ebc11
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
FROM golang:1.9.0
FROM golang:1.9.2
# Add testing deps for curl
RUN echo 'deb http://httpredir.debian.org/debian testing main non-free contrib' >> /etc/apt/sources.list