xgo/docker/go-1.5.x/Dockerfile

9 lines
238 B
Docker
Raw Normal View History

# Go cross compiler (xgo): Wildcard layer to the latest 1.5 release
# Copyright (c) 2015 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.
2015-12-04 08:37:09 +00:00
FROM karalabe/xgo-1.5.2
MAINTAINER Péter Szilágyi <peterke@gmail.com>