xgo/docker/go-1.3.x/Dockerfile

9 lines
238 B
Docker
Raw Normal View History

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