[bitnami/superset] Release 5.0.0-debian-12-r83 (#86697)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-09-30 03:33:26 +02:00 committed by GitHub
parent 4525e7d131
commit fdffe3bed0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-09-29T19:45:48Z" \
org.opencontainers.image.created="2025-09-30T01:04:42Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/superset/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/superset" \
@ -50,7 +50,7 @@ RUN /opt/bitnami/scripts/superset/postunpack.sh
ENV APP_VERSION="5.0.0" \
BITNAMI_APP_NAME="superset" \
FLASK_APP="superset.app:create_app()" \
IMAGE_REVISION="82" \
IMAGE_REVISION="83" \
PATH="/opt/bitnami/superset/venv/bin:/opt/bitnami/python/bin:$PATH" \
SUPERSET_HOME="/opt/bitnami/superset/superset_home"