This is an automated email from the ASF dual-hosted git repository. pdallig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 1a80a20 [ZEPPELIN-5419] Update parent image to ubuntu:20.04 1a80a20 is described below commit 1a80a2075dfb817834fb7e30b140599da16df238 Author: Philipp Dallig <philipp.dal...@gmail.com> AuthorDate: Tue Jun 22 12:52:46 2021 +0200 [ZEPPELIN-5419] Update parent image to ubuntu:20.04 ### What is this PR for? This PR updates the parent image to ubuntu 20.04 ### What type of PR is it? - Improvement ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-5419 ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Philipp Dallig <philipp.dal...@gmail.com> Closes #4144 from Reamer/docker and squashes the following commits: 68bb38e90 [Philipp Dallig] Update parent image to ubuntu:20.04 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d714c75..28606ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,5 +28,5 @@ RUN echo "unsafe-perm=true" > ~/.npmrc && \ rm -rf ~/.m2 && \ rm -rf /workspace/zeppelin/* -FROM ubuntu:18.04 +FROM ubuntu:20.04 COPY --from=builder /opt/zeppelin /opt/zeppelin