mirror of
https://github.com/status-im/xgo.git
synced 2025-01-14 12:55:11 +00:00
Add 1.10 and change go-latest to 1.10
This commit is contained in:
parent
929458cd79
commit
4218a62476
17
docker/go-1.10/Dockerfile
Normal file
17
docker/go-1.10/Dockerfile
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Go cross compiler (xgo): Go 1.10
|
||||||
|
# Copyright (c) 2017 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 110
|
||||||
|
|
||||||
|
RUN \
|
||||||
|
export ROOT_DIST=https://storage.googleapis.com/golang/go1.10.linux-amd64.tar.gz && \
|
||||||
|
export ROOT_DIST_SHA=b5a64335f1490277b585832d1f6c7f8c6c11206cba5cd3f771dcb87b98ad1a33 && \
|
||||||
|
\
|
||||||
|
$BOOTSTRAP_PURE
|
@ -3,6 +3,6 @@
|
|||||||
#
|
#
|
||||||
# Released under the MIT license.
|
# Released under the MIT license.
|
||||||
|
|
||||||
FROM karalabe/xgo-1.9.x
|
FROM karalabe/xgo-1.10
|
||||||
|
|
||||||
MAINTAINER Péter Szilágyi <peterke@gmail.com>
|
MAINTAINER Péter Szilágyi <peterke@gmail.com>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user