mirror of
https://github.com/status-im/xgo.git
synced 2025-01-12 20:05:18 +00:00
Add Go 1.7 final, rewire wildcard images pointing to it.
This commit is contained in:
parent
6c0a7f62cd
commit
3caa04bc46
@ -1,4 +1,4 @@
|
||||
# Go cross compiler (xgo): Go 1.7rc5
|
||||
# Go cross compiler (xgo): Go 1.7
|
||||
# Copyright (c) 2016 Péter Szilágyi. All rights reserved.
|
||||
#
|
||||
# Released under the MIT license.
|
||||
@ -11,7 +11,7 @@ MAINTAINER Péter Szilágyi <peterke@gmail.com>
|
||||
ENV GO_VERSION 170
|
||||
|
||||
RUN \
|
||||
export ROOT_DIST=https://storage.googleapis.com/golang/go1.7rc5.linux-amd64.tar.gz && \
|
||||
export ROOT_DIST_SHA=2ddf9f553aefe91d96dd3f13be55159869a221fd0111cd211dccf2cab3ee5e4a && \
|
||||
export ROOT_DIST=https://storage.googleapis.com/golang/go1.7.linux-amd64.tar.gz && \
|
||||
export ROOT_DIST_SHA=702ad90f705365227e902b42d91dd1a40e48ca7f67a2f4b2fd052aaa4295cd95 && \
|
||||
\
|
||||
$BOOTSTRAP_PURE
|
8
docker/go-1.7.x/Dockerfile
Normal file
8
docker/go-1.7.x/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
# Go cross compiler (xgo): Wildcard layer to the latest 1.7 release
|
||||
# Copyright (c) 2016 Péter Szilágyi. All rights reserved.
|
||||
#
|
||||
# Released under the MIT license.
|
||||
|
||||
FROM karalabe/xgo-1.7.0
|
||||
|
||||
MAINTAINER Péter Szilágyi <peterke@gmail.com>
|
@ -3,6 +3,6 @@
|
||||
#
|
||||
# Released under the MIT license.
|
||||
|
||||
FROM karalabe/xgo-1.6.x
|
||||
FROM karalabe/xgo-1.7.x
|
||||
|
||||
MAINTAINER Péter Szilágyi <peterke@gmail.com>
|
||||
|
Loading…
x
Reference in New Issue
Block a user