Skip to content

Commit

Permalink
upgrade to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed Jan 17, 2024
1 parent a703873 commit ae673af
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=3.0.2
ARG SUPERSET_VERSION=3.0.3

LABEL maintainer "NoEnv"
LABEL version "${SUPERSET_VERSION}"
Expand Down Expand Up @@ -42,11 +42,11 @@ RUN useradd -U -m superset && \
pip install --no-cache-dir pip -r /tmp/requirements/docker.txt && \
pip install --no-cache-dir \
pillow==9.5.0 \
python-ldap==3.4.3 \
clickhouse-connect==0.6.20 \
python-ldap==3.4.4 \
clickhouse-connect==0.6.23 \
sqlalchemy-redshift==0.8.14 \
requests==2.31.0 \
Authlib==1.2.1 \
Authlib==1.3.0 \
apache-superset==${SUPERSET_VERSION} && \
apt-get --purge autoremove -y \
build-essential \
Expand Down

0 comments on commit ae673af

Please sign in to comment.