mirror of
https://github.com/status-im/xgo.git
synced 2025-01-13 12:26:03 +00:00
Merge pull request #72 from tamird/1.7.5
Add Go 1.7.5, rewire wildcard images pointing to it
This commit is contained in:
commit
06a205a39d
17
docker/go-1.7.5/Dockerfile
Normal file
17
docker/go-1.7.5/Dockerfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Go cross compiler (xgo): Go 1.7.5
|
||||
# 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 175
|
||||
|
||||
RUN \
|
||||
export ROOT_DIST=https://storage.googleapis.com/golang/go1.7.5.linux-amd64.tar.gz && \
|
||||
export ROOT_DIST_SHA=2e4dd6c44f0693bef4e7b46cc701513d74c3cc44f2419bf519d7868b12931ac3 && \
|
||||
\
|
||||
$BOOTSTRAP_PURE
|
@ -3,6 +3,6 @@
|
||||
#
|
||||
# Released under the MIT license.
|
||||
|
||||
FROM karalabe/xgo-1.7.4
|
||||
FROM karalabe/xgo-1.7.5
|
||||
|
||||
MAINTAINER Péter Szilágyi <peterke@gmail.com>
|
||||
|
Loading…
x
Reference in New Issue
Block a user