mirror of https://github.com/status-im/xgo.git
Add wildcard layers to latest packages.
This commit is contained in:
parent
46e512368e
commit
98aea0a339
|
@ -0,0 +1,8 @@
|
|||
# Go cross compiler (xgo): Wildcard layer to the latest 1.3 release
|
||||
# Copyright (c) 2014 Péter Szilágyi. All rights reserved.
|
||||
#
|
||||
# Released under the MIT license.
|
||||
|
||||
FROM karalabe/xgo-1.3.0
|
||||
|
||||
MAINTAINER Péter Szilágyi <peterke@gmail.com>
|
|
@ -0,0 +1,8 @@
|
|||
# Go cross compiler (xgo): Wildcard layer to the latest Go release
|
||||
# Copyright (c) 2014 Péter Szilágyi. All rights reserved.
|
||||
#
|
||||
# Released under the MIT license.
|
||||
|
||||
FROM karalabe/xgo-1.3.x
|
||||
|
||||
MAINTAINER Péter Szilágyi <peterke@gmail.com>
|
Loading…
Reference in New Issue