Updated to 2017-04-25T01-27-49Z
This commit is contained in:
parent
89b872c1c8
commit
4379518d6c
|
@ -16,3 +16,6 @@
|
||||||
|
|
||||||
[0.2.3]
|
[0.2.3]
|
||||||
* Updated to 2017-03-16T21-50-32Z
|
* Updated to 2017-03-16T21-50-32Z
|
||||||
|
|
||||||
|
[0.2.4]
|
||||||
|
* Updated to 2017-04-25T01-27-49Z
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "0.2.3",
|
"version": "0.2.4",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -3,7 +3,7 @@ MAINTAINER Minio Developers <support@cloudron.io>
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
ENV VERSION 2017-03-16T21-50-32Z
|
ENV VERSION 2017-04-25T01-27-49Z
|
||||||
|
|
||||||
RUN mkdir -p /app/code \
|
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/archive/minio.RELEASE.${VERSION} -O /app/code/minio \
|
||||||
|
|
Loading…
Reference in New Issue