Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Commit

Permalink
Add go version 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lixingwang authored and karalabe committed Dec 21, 2017
1 parent 386b8a0 commit ca1bd41
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/go-1.9.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Go cross compiler (xgo): Go 1.9
# Go cross compiler (xgo): Go 1.9.1
# Copyright (c) 2017 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.
Expand Down
17 changes: 17 additions & 0 deletions docker/go-1.9.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.9.2
# Copyright (c) 2017 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-base

MAINTAINER Péter Szilágyi <[email protected]>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 192

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.9.2.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=de874549d9a8d8d8062be05808509c09a88a248e77ec14eb77453530829ac02b && \
\
$BOOTSTRAP_PURE
2 changes: 1 addition & 1 deletion docker/go-1.9.x/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
#
# Released under the MIT license.

FROM karalabe/xgo-1.9.1
FROM karalabe/xgo-1.9.2

MAINTAINER Péter Szilágyi <[email protected]>

0 comments on commit ca1bd41

Please sign in to comment.