You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2020/12/24 14:58:28 UTC

[zeppelin] branch branch-0.9 updated: [minor] update zeppelin version in Dockerfile

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

zjffdu pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new afd3ab4  [minor] update zeppelin version in Dockerfile
afd3ab4 is described below

commit afd3ab4350b0173463b83d9622fb36bb219921ce
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Thu Dec 24 22:58:01 2020 +0800

    [minor] update zeppelin version in Dockerfile
---
 scripts/docker/zeppelin/bin/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/docker/zeppelin/bin/Dockerfile b/scripts/docker/zeppelin/bin/Dockerfile
index 3928b61..b2bdd90 100644
--- a/scripts/docker/zeppelin/bin/Dockerfile
+++ b/scripts/docker/zeppelin/bin/Dockerfile
@@ -16,7 +16,7 @@
 FROM ubuntu:16.04
 MAINTAINER Apache Software Foundation <de...@zeppelin.apache.org>
 
-ENV Z_VERSION="0.9.0-preview2"
+ENV Z_VERSION="0.9.0"
 
 ENV LOG_TAG="[ZEPPELIN_${Z_VERSION}]:" \
     Z_HOME="/zeppelin" \