From 027524dbd3a2bb2c15bb45dbdffb9d1bbe6caa2e Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Mon, 1 May 2017 13:11:43 +0200 Subject: [PATCH] Updated to 2017-04-29T00-40-27Z --- CHANGELOG | 3 +++ CloudronManifest.json | 2 +- Dockerfile | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3cf1217..5ea9a76 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -19,3 +19,6 @@ [0.2.4] * Updated to 2017-04-25T01-27-49Z + +[0.2.5] +* Updated to 2017-04-29T00-40-27Z diff --git a/CloudronManifest.json b/CloudronManifest.json index 95848e2..99c1a25 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "0.2.4", + "version": "0.2.5", "healthCheckPath": "/minio/login", "httpPort": 8000, "addons": { diff --git a/Dockerfile b/Dockerfile index 04a3e57..302e312 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Minio Developers EXPOSE 8000 -ENV VERSION 2017-04-25T01-27-49Z +ENV VERSION 2017-04-29T00-40-27Z RUN mkdir -p /app/code \ && wget https://dl.minio.io/server/minio/release/linux-amd64/archive/minio.RELEASE.${VERSION} -O /app/code/minio \