xgo/docker/go-1.8.x/Dockerfile
2017-02-18 22:54:29 +02:00

9 lines
236 B
Docker

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