xgo/docker/go-1.9.x/Dockerfile

9 lines
238 B
Docker
Raw Permalink Normal View History

2017-09-23 04:22:51 +00:00
# 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.
2018-02-21 23:59:59 +00:00
FROM karalabe/xgo-1.9.4
2017-09-23 04:22:51 +00:00
MAINTAINER Péter Szilágyi <peterke@gmail.com>