xgo/docker/go-latest/Dockerfile

9 lines
237 B
Docker
Raw Normal View History

# 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.
2014-12-16 03:44:13 +00:00
FROM karalabe/xgo-1.4.x
MAINTAINER Péter Szilágyi <peterke@gmail.com>