Updated to 2017-06-13T19-01-01Z

This commit is contained in:
Dennis Schwerdel 2017-06-14 22:46:14 +02:00
parent e4e84d7a26
commit 3b2df1b8a1
4 changed files with 7 additions and 4 deletions

View File

@ -25,3 +25,6 @@
[0.2.6]
* Updated to 2017-05-05T01-14-51Z
[0.2.7]
* Updated to 2017-06-13T19-01-01Z

View File

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

View File

@ -1,4 +1,4 @@
This app packages Minio <upstream>2017-05-05T01-14-51Z</upstream>.
This app packages Minio <upstream>2017-06-13T19-01-01Z</upstream>.
Minio is a distributed object storage server built for cloud applications and devops.

View File

@ -3,10 +3,10 @@ MAINTAINER Minio Developers <support@cloudron.io>
EXPOSE 8000
ENV VERSION 2017-05-05T01-14-51Z
ENV VERSION 2017-06-13T19-01-01Z
RUN mkdir -p /app/code \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/archive/minio.RELEASE.${VERSION} -O /app/code/minio \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.${VERSION} -O /app/code/minio \
&& chmod +x /app/code/minio
WORKDIR /app/code