xgo/docker/go-1.4.x/Dockerfile

9 lines
238 B
Docker
Raw Normal View History

2014-12-15 19:44:13 -08: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.
2015-05-02 23:09:31 +03:00
FROM karalabe/xgo-1.4.2
2014-12-15 19:44:13 -08:00
MAINTAINER Péter Szilágyi <peterke@gmail.com>