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