Skip to content

Commit

Permalink
bump superset 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
syji35 committed Aug 12, 2024
1 parent c75277a commit 22f932d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apache/superset:3.1.3
FROM apache/superset:4.0.2

USER root
#RUN apt update && apt install -y vim
Expand All @@ -20,8 +20,8 @@ RUN export CHROMEDRIVER_VERSION=$(curl --silent https://chromedriver.storage.goo
RUN pip install psycopg[c,pool]
RUN pip install Authlib

RUN pip install flask_openid==1.3.0
RUN pip install flask-oidc==1.3.0
RUN pip install flask_openid==1.3.1
RUN pip install flask-oidc==1.5.0
RUN pip install itsdangerous==2.0.1
RUN pip install --no-cache gevent redis

Expand Down

0 comments on commit 22f932d

Please sign in to comment.