Upgrades Go version to 1.8.1.

This commit is contained in:
James Phillips 2017-04-11 10:08:00 -07:00
parent 03328e59d6
commit 8831f2b23b
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM ubuntu:trusty
ENV GOVERSION 1.8
ENV GOVERSION 1.8.1
RUN apt-get update -y && \
apt-get install --no-install-recommends -y -q \