xgo/docker/go-1.3.x/Dockerfile

9 lines
238 B
Docker

# 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.
FROM karalabe/xgo-1.3.3
MAINTAINER Péter Szilágyi <peterke@gmail.com>