xgo/docker/go-1.8.x/Dockerfile
2017-06-01 22:35:28 -10:00

9 lines
238 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.3
MAINTAINER Péter Szilágyi <peterke@gmail.com>