Skip to content

Commit

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

ARG SUPERSET_VERSION=4.0.1
ARG SUPERSET_VERSION=4.0.2

LABEL maintainer "NoEnv"
LABEL version "${SUPERSET_VERSION}"
Expand Down Expand Up @@ -43,10 +43,10 @@ RUN useradd -U -m superset && \
pip install --no-cache-dir \
pillow==10.2.0 \
python-ldap==3.4.4 \
clickhouse-connect==0.7.8 \
clickhouse-connect==0.7.16 \
sqlalchemy-redshift==0.8.14 \
requests==2.31.0 \
Authlib==1.3.0 \
requests==2.32.3 \
Authlib==1.3.1 \
apache-superset==${SUPERSET_VERSION} && \
apt-get --purge autoremove -y \
build-essential \
Expand Down

0 comments on commit 38821c1

Please sign in to comment.