xgo/docker/go-latest/Dockerfile
2014-12-16 09:51:41 -08:00

9 lines
237 B
Docker

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