Version 1.3.0

This commit is contained in:
Dennis Schwerdel 2017-11-26 22:59:48 +01:00
parent 6bfe0bb79d
commit fe319108a5
4 changed files with 5 additions and 3 deletions

View File

@ -42,3 +42,5 @@
[1.2.0]
* Update to 2017-10-27T18-59-02Z
[1.3.0]
* Update to 2017-11-22T19-55-46Z

View File

@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "1.2.0",
"version": "1.3.0",
"healthCheckPath": "/minio/login",
"httpPort": 8000,
"addons": {

View File

@ -1,4 +1,4 @@
This app packages Minio <upstream>2017-10-27T18-59-02Z</upstream>.
This app packages Minio <upstream>2017-11-22T19-55-46Z</upstream>.
Minio is a distributed object storage server built for cloud applications and devops.

View File

@ -3,7 +3,7 @@ MAINTAINER Minio Developers <support@cloudron.io>
EXPOSE 8000
ENV VERSION 2017-10-27T18-59-02Z
ENV VERSION 2017-11-22T19-55-46Z
RUN mkdir -p /app/code \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.${VERSION} -O /app/code/minio \