mirror of https://github.com/status-im/xgo.git
Merge pull request #64 from tamird/go-1.7.3
Add Go 1.7.3, rewire wildcard images pointing to it.
This commit is contained in:
commit
76bb4c4c9c
|
@ -0,0 +1,17 @@
|
|||
# Go cross compiler (xgo): Go 1.7.3
|
||||
# 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 173
|
||||
|
||||
RUN \
|
||||
export ROOT_DIST=https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz && \
|
||||
export ROOT_DIST_SHA=508028aac0654e993564b6e2014bf2d4a9751e3b286661b0b0040046cf18028e && \
|
||||
\
|
||||
$BOOTSTRAP_PURE
|
|
@ -3,6 +3,6 @@
|
|||
#
|
||||
# Released under the MIT license.
|
||||
|
||||
FROM karalabe/xgo-1.7.1
|
||||
FROM karalabe/xgo-1.7.3
|
||||
|
||||
MAINTAINER Péter Szilágyi <peterke@gmail.com>
|
||||
|
|
Loading…
Reference in New Issue