xgo/docker/go-1.4.x/Dockerfile

9 lines
236 B
Docker
Raw Normal View History

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