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