xgo/docker/go-latest/Dockerfile

9 lines
237 B
Docker

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