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 fd74504 [MINOR] Update version in Dockerfile for 0.10.1 fd74504 is described below commit fd74504199247f8a9f9c3950abf193c97cf1d771 Author: Jeff Zhang <zjf...@apache.org> AuthorDate: Mon Feb 28 12:08:17 2022 +0800 [MINOR] Update version in Dockerfile for 0.10.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 66d794e..8deb91c 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.10.2-SNAPSHOT" +ENV Z_VERSION="0.10.1" ENV LOG_TAG="[ZEPPELIN_${Z_VERSION}]:" \ ZEPPELIN_HOME="/opt/zeppelin" \