Add wildcard layers to latest packages.

This commit is contained in:
Péter Szilágyi 2014-08-13 14:48:27 +03:00
parent 46e512368e
commit 98aea0a339
2 changed files with 16 additions and 0 deletions

View File

@ -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>

View File

@ -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>