From 4347cc6eefbc5b93761d7ebb2a5fb6c568b9d9ae Mon Sep 17 00:00:00 2001 From: Pi Date: Tue, 9 Apr 2024 09:19:25 +0700 Subject: [PATCH] Update Dockerfile --- superset/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superset/Dockerfile b/superset/Dockerfile index 8f3788b..19cca6c 100644 --- a/superset/Dockerfile +++ b/superset/Dockerfile @@ -1,6 +1,6 @@ -FROM apache/superset:3.1.0-py310 +FROM apache/superset:3.1.2-py310 USER root -RUN pip install holidays==0.23 clickhouse-connect shillelagh 'shillelagh[all]' +RUN pip install clickhouse-connect shillelagh 'shillelagh[all]' USER superset