mirror of
https://github.com/status-im/xgo.git
synced 2025-01-11 19:34:55 +00:00
Add wildcard layers to latest packages.
This commit is contained in:
parent
46e512368e
commit
98aea0a339
8
docker/go-1.3.x/Dockerfile
Normal file
8
docker/go-1.3.x/Dockerfile
Normal 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>
|
8
docker/go-latest/Dockerfile
Normal file
8
docker/go-latest/Dockerfile
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user