diff --git a/CHANGELOG b/CHANGELOG
index 5ea9a76..14c66d4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,3 +22,6 @@
[0.2.5]
* Updated to 2017-04-29T00-40-27Z
+
+[0.2.6]
+* Updated to 2017-05-05T01-14-51Z
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 99c1a25..fa72548 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.5",
+ "version": "0.2.6",
"healthCheckPath": "/minio/login",
"httpPort": 8000,
"addons": {
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index f747b21..32212ac 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Minio 2017-04-29T00-40-27Z.
+This app packages Minio 2017-05-05T01-14-51Z
Minio is a distributed object storage server built for cloud applications and devops.
diff --git a/Dockerfile b/Dockerfile
index 302e312..8ea2891 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ MAINTAINER Minio Developers
EXPOSE 8000
-ENV VERSION 2017-04-29T00-40-27Z
+ENV VERSION 2017-05-05T01-14-51Z
RUN mkdir -p /app/code \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/archive/minio.RELEASE.${VERSION} -O /app/code/minio \