This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch update_superset_image_repo in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 95e72272e6d9e99acc3dce1bb72c3ee5f7697e17 Author: Xiang Fu <fx19880...@gmail.com> AuthorDate: Fri Jan 22 02:27:46 2021 -0800 Update superset docker image repo --- docker/images/pinot-superset/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/images/pinot-superset/Dockerfile b/docker/images/pinot-superset/Dockerfile index 7a9e77a..a585b57 100644 --- a/docker/images/pinot-superset/Dockerfile +++ b/docker/images/pinot-superset/Dockerfile @@ -18,7 +18,7 @@ # ARG SUPERSET_IMAGE_TAG=latest -FROM apache/incubator-superset:${SUPERSET_IMAGE_TAG} +FROM apache/superset:${SUPERSET_IMAGE_TAG} # Switching to root to install the required packages USER root --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org