From 9e8b5c8f79e10ee0cd02f59b545aba7216057fcc Mon Sep 17 00:00:00 2001 From: Pi Date: Wed, 7 Feb 2024 14:05:12 +0700 Subject: [PATCH] Update Dockerfile --- superset/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/Dockerfile b/superset/Dockerfile index e1bf53f..8f3788b 100644 --- a/superset/Dockerfile +++ b/superset/Dockerfile @@ -1,6 +1,6 @@ FROM apache/superset:3.1.0-py310 USER root -RUN pip install holidays=0.23 clickhouse-connect shillelagh 'shillelagh[all]' +RUN pip install holidays==0.23 clickhouse-connect shillelagh 'shillelagh[all]' USER superset