Upgrades to Go 1.6.3.

This commit is contained in:
James Phillips 2016-08-09 18:33:18 -07:00 committed by GitHub
parent d69387e825
commit aaa30ea2e7
1 changed files with 1 additions and 1 deletions

View File

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