1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-04-22 12:21:49 +00:00

New base image

This commit is contained in:
Dennis Schwerdel 2017-02-18 11:58:19 +01:00
parent 17c84f8a1e
commit 50b82d8b57
3 changed files with 5 additions and 2 deletions

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