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-15 19:44:13 -08:00
FROM karalabe/xgo-1.4.x
MAINTAINER Péter Szilágyi <peterke@gmail.com>