[docker] bump golang version to 1.8.3

This commit is contained in:
Anton Kaliaev
2017-06-26 12:08:38 +04:00
parent aa7b3a73f5
commit d0b1bf4e26
2 changed files with 3 additions and 4 deletions

View File

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

View File

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