You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/05/22 22:16:57 UTC

[cloudstack-primate] branch master updated: docker: update version in Dockerfile

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new a02286a  docker: update version in Dockerfile
a02286a is described below

commit a02286a2860c157f4c0dc11e71f20d602cc82249
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Sat May 23 03:46:36 2020 +0530

    docker: update version in Dockerfile
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 6e9f788..2e1fa29 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,7 +23,7 @@ MAINTAINER "Apache CloudStack" <de...@cloudstack.apache.org>
 LABEL Description="Apache CloudStack Primate; Modern role-base progressive UI for Apache CloudStack"
 LABEL Vendor="Apache.org"
 LABEL License=ApacheV2
-LABEL Version=0.4.0
+LABEL Version=0.5.0
 
 WORKDIR /build