xgo/docker/go-1.9.x/Dockerfile

9 lines
238 B
Docker

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