From f002e307c3e2013a5aff38d219e80fa0dae9b6b8 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 28 Sep 2025 03:32:21 +0200 Subject: [PATCH] [bitnami/superset] Release 5.0.0-debian-12-r76 (#86479) Signed-off-by: Bitnami Bot --- bitnami/superset/5/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/superset/5/debian-12/Dockerfile b/bitnami/superset/5/debian-12/Dockerfile index b9b809d99df3..7284c78c7059 100644 --- a/bitnami/superset/5/debian-12/Dockerfile +++ b/bitnami/superset/5/debian-12/Dockerfile @@ -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-27T19:11:14Z" \ + org.opencontainers.image.created="2025-09-28T01:13:32Z" \ 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="75" \ + IMAGE_REVISION="76" \ PATH="/opt/bitnami/superset/venv/bin:/opt/bitnami/python/bin:$PATH" \ SUPERSET_HOME="/opt/bitnami/superset/superset_home"