mirror of https://github.com/status-im/xgo.git
Add Go 1.7.1, rewire wildcard images pointing to it.
This commit is contained in:
parent
034a88fb6c
commit
1e58bc7f74
|
@ -0,0 +1,17 @@
|
|||
# Go cross compiler (xgo): Go 1.7.1
|
||||
# Copyright (c) 2016 Péter Szilágyi. All rights reserved.
|
||||
#
|
||||
# Released under the MIT license.
|
||||
|
||||
FROM karalabe/xgo-base
|
||||
|
||||
MAINTAINER Péter Szilágyi <peterke@gmail.com>
|
||||
|
||||
# Configure the root Go distribution and bootstrap based on it
|
||||
ENV GO_VERSION 171
|
||||
|
||||
RUN \
|
||||
export ROOT_DIST=https://storage.googleapis.com/golang/go1.7.1.linux-amd64.tar.gz && \
|
||||
export ROOT_DIST_SHA=43ad621c9b014cde8db17393dc108378d37bc853aa351a6c74bf6432c1bbd182 && \
|
||||
\
|
||||
$BOOTSTRAP_PURE
|
|
@ -3,6 +3,6 @@
|
|||
#
|
||||
# Released under the MIT license.
|
||||
|
||||
FROM karalabe/xgo-1.7
|
||||
FROM karalabe/xgo-1.7.1
|
||||
|
||||
MAINTAINER Péter Szilágyi <peterke@gmail.com>
|
||||
|
|
Loading…
Reference in New Issue