upgrade superset to 1.1.0

This commit is contained in:
kev 2021-04-26 19:26:58 +08:00
parent 188254372f
commit 3f4e4b3c28
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ FROM arm32v7/debian:buster
MAINTAINER EasyPi Software Foundation
# Configure environment
ENV SUPERSET_VERSION=1.0.0 \
ENV SUPERSET_VERSION=1.1.0 \
SUPERSET_REPO=apache/incubator-superset \
SUPERSET_HOME=/var/lib/superset \
PYTHONPATH=/etc/superset:/home/superset:$PYTHONPATH \

View File

@ -20,7 +20,7 @@ services:
restart: unless-stopped
superset:
image: amancevice/superset:1.0.0
image: amancevice/superset:1.1.0
ports:
- "8088:8088"
volumes:
@ -33,7 +33,7 @@ services:
restart: unless-stopped
worker:
image: amancevice/superset:1.0.0
image: amancevice/superset:1.1.0
command: celery worker
volumes:
- ./data/superset:/etc/superset