Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Sep 20, 2023
1 parent 8ded978 commit 80e24c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.8-slim
FROM python:3.9-slim

# Superset version
ARG SUPERSET_VERSION=2.1.1
ARG SUPERSET_VERSION=3.0.0

LABEL maintainer "NoEnv"
LABEL version "${SUPERSET_VERSION}"
Expand Down Expand Up @@ -44,9 +44,9 @@ RUN useradd -U -m superset && \
pip install --upgrade --no-cache-dir pip && \
pip install --no-cache-dir pip -r /tmp/requirements/docker.txt && \
pip install --no-cache-dir \
pillow==9.3.0 \
pillow==9.5.0 \
python-ldap==3.4.3 \
clickhouse-connect==0.6.10 \
clickhouse-connect==0.6.13 \
sqlalchemy-redshift==0.8.14 \
requests==2.31.0 \
Authlib==1.2.1 \
Expand Down

0 comments on commit 80e24c6

Please sign in to comment.