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 2019/01/25 06:46:24 UTC

[zeppelin] 01/01: [HotFix] Fix Dockerfile for 0.8.1

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

zjffdu pushed a commit to annotated tag v0.8.1-docker
in repository https://gitbox.apache.org/repos/asf/zeppelin.git

commit 5a8c16901427285d1ec0827afa95799ff7236416
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Fri Jan 25 14:45:05 2019 +0800

    [HotFix] Fix Dockerfile for 0.8.1
---
 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 ceb36f4..bf0e1f3 100644
--- a/scripts/docker/zeppelin/bin/Dockerfile
+++ b/scripts/docker/zeppelin/bin/Dockerfile
@@ -17,7 +17,7 @@ FROM ubuntu:16.04
 MAINTAINER Apache Software Foundation <de...@zeppelin.apache.org>
 
 # `Z_VERSION` will be updated by `dev/change_zeppelin_version.sh`
-ENV Z_VERSION="0.8.1-SNAPSHOT"
+ENV Z_VERSION="0.8.1"
 ENV LOG_TAG="[ZEPPELIN_${Z_VERSION}]:" \
     Z_HOME="/zeppelin" \
     LANG=en_US.UTF-8 \