You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2021/01/22 10:28:12 UTC

[incubator-pinot] 01/01: Update superset docker image repo

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 <fx...@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-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org