diff --git a/bitnami/hubble-ui/0/debian-12/Dockerfile b/bitnami/hubble-ui/0/debian-12/Dockerfile index fea04d415041..2de57be06326 100644 --- a/bitnami/hubble-ui/0/debian-12/Dockerfile +++ b/bitnami/hubble-ui/0/debian-12/Dockerfile @@ -7,13 +7,13 @@ 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="2026-04-08T19:18:18Z" \ + org.opencontainers.image.created="2026-04-14T14:45:17Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/hubble-ui/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/hubble-ui" \ org.opencontainers.image.title="hubble-ui" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="0.13.4" + org.opencontainers.image.version="0.13.5" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -30,7 +30,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ COMPONENTS=( \ "render-template-1.0.9-164-linux-${OS_ARCH}-debian-12" \ "nginx-1.29.8-0-linux-${OS_ARCH}-debian-12" \ - "hubble-ui-0.13.4-0-linux-${OS_ARCH}-debian-12" \ + "hubble-ui-0.13.5-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -53,9 +53,9 @@ COPY rootfs / RUN /opt/bitnami/scripts/nginx/postunpack.sh RUN rm -rf /app && \ ln -sf /opt/bitnami/hubble-ui/public /app -ENV APP_VERSION="0.13.4" \ +ENV APP_VERSION="0.13.5" \ BITNAMI_APP_NAME="hubble-ui" \ - IMAGE_REVISION="5" \ + IMAGE_REVISION="0" \ NGINX_HTTPS_PORT_NUMBER="" \ NGINX_HTTP_PORT_NUMBER="" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/nginx/sbin:$PATH"