Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thnt authored Apr 9, 2024
1 parent 9e8b5c8 commit 4347cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4347cc6

Please sign in to comment.