Bump go-latest to point to go-1.8.x

This commit is contained in:
Julian Yap 2017-02-17 09:50:46 -10:00
parent 0558c6e664
commit b264e75cd0
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# Go cross compiler (xgo): Wildcard layer to the latest Go release
# Copyright (c) 2014 Péter Szilágyi. All rights reserved.
# Copyright (c) 2017 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.
FROM karalabe/xgo-1.7.x
FROM karalabe/xgo-1.8.x
MAINTAINER Péter Szilágyi <peterke@gmail.com>