Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Feb 20, 2024
1 parent a30a6b6 commit fed6518
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,6 +1,6 @@
FROM python:3.9-slim

ARG SUPERSET_VERSION=3.1.0
ARG SUPERSET_VERSION=3.1.1

LABEL maintainer "NoEnv"
LABEL version "${SUPERSET_VERSION}"
Expand Down Expand Up @@ -41,9 +41,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.5.0 \
pillow==10.2.0 \
python-ldap==3.4.4 \
clickhouse-connect==0.6.23 \
clickhouse-connect==0.7.0 \
sqlalchemy-redshift==0.8.14 \
requests==2.31.0 \
Authlib==1.3.0 \
Expand Down

0 comments on commit fed6518

Please sign in to comment.