From b08ac466c5aee7914b96390fdffc9fcfd6ea7ead Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 7 Sep 2025 03:28:18 +0200 Subject: [PATCH] [bitnami/hubble-ui-backend] Release 0.13.3-debian-12-r2 (#85948) Signed-off-by: Bitnami Bot --- bitnami/hubble-ui-backend/0/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/hubble-ui-backend/0/debian-12/Dockerfile b/bitnami/hubble-ui-backend/0/debian-12/Dockerfile index 01e4553d7535..16c19219ad4f 100644 --- a/bitnami/hubble-ui-backend/0/debian-12/Dockerfile +++ b/bitnami/hubble-ui-backend/0/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-03T23:20:45Z" \ + org.opencontainers.image.created="2025-09-07T01:06:07Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/hubble-ui-backend/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/hubble-ui-backend" \ @@ -48,7 +48,7 @@ RUN uninstall_packages curl ENV APP_VERSION="0.13.3" \ BITNAMI_APP_NAME="hubble-ui-backend" \ - IMAGE_REVISION="1" \ + IMAGE_REVISION="2" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/hubble-ui-backend/bin:$PATH" EXPOSE 8090