New base image
This commit is contained in:
parent
17c84f8a1e
commit
50b82d8b57
|
@ -10,3 +10,6 @@
|
||||||
[0.2.1]
|
[0.2.1]
|
||||||
* Updated to 2017-02-16T01-47-30Z
|
* Updated to 2017-02-16T01-47-30Z
|
||||||
* This version fixes the settings bug
|
* This version fixes the settings bug
|
||||||
|
|
||||||
|
[0.2.2]
|
||||||
|
* New base image 0.10.0
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM cloudron/base:0.9.0
|
FROM cloudron/base:0.10.0
|
||||||
MAINTAINER Minio Developers <support@cloudron.io>
|
MAINTAINER Minio Developers <support@cloudron.io>
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
Loading…
Reference in New Issue