Skip to content

Commit

Permalink
Update to Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Reamer committed Aug 17, 2020
1 parent e095587 commit 8fa6f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/docker/zeppelin-interpreter/Dockerfile
Expand Up @@ -15,7 +15,7 @@

FROM zeppelin-distribution:latest AS zeppelin-distribution

FROM ubuntu:18.04
FROM ubuntu:20.04

LABEL maintainer="Apache Software Foundation <dev@zeppelin.apache.org>"

Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/zeppelin-server/Dockerfile
Expand Up @@ -38,7 +38,7 @@ RUN mkdir -p /opt/zeppelin/interpreter && \
cd /tmp/interpreter && \
find . -name 'interpreter-setting.json' -exec cp --parents \{\} /opt/zeppelin/interpreter \;

FROM ubuntu:18.04
FROM ubuntu:20.04
LABEL maintainer="Apache Software Foundation <dev@zeppelin.apache.org>"

RUN set -ex && \
Expand Down

0 comments on commit 8fa6f80

Please sign in to comment.