This is an automated email from the ASF dual-hosted git repository. zjffdu pushed a commit to branch branch-0.10 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.10 by this push: new c927e67 [HotFix] Fix version in Dockerfile c927e67 is described below commit c927e677466ee4917de73fee88acb6db733c692b Author: Jeff Zhang <zjf...@apache.org> AuthorDate: Tue Aug 24 14:31:11 2021 +0800 [HotFix] Fix 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 60954e5..dab26bd 100644 --- a/scripts/docker/zeppelin/bin/Dockerfile +++ b/scripts/docker/zeppelin/bin/Dockerfile @@ -17,7 +17,7 @@ FROM ubuntu:20.04 LABEL maintainer="Apache Software Foundation <d...@zeppelin.apache.org>" -ENV Z_VERSION="0.11.0-SANPSHOT" +ENV Z_VERSION="0.10.0" ENV LOG_TAG="[ZEPPELIN_${Z_VERSION}]:" \ ZEPPELIN_HOME="/opt/zeppelin" \