From 4fb87b736597e739cbc7cc9ba2e31da1de1f4c88 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 11 Jan 2026 09:05:21 +0100 Subject: [PATCH] [bitnami/dremio] Release 26.0.5-debian-12-r6 (#89505) Signed-off-by: Bitnami Bot --- bitnami/dremio/26/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/dremio/26/debian-12/Dockerfile b/bitnami/dremio/26/debian-12/Dockerfile index 7d79dd1a1719..5596b13770e5 100644 --- a/bitnami/dremio/26/debian-12/Dockerfile +++ b/bitnami/dremio/26/debian-12/Dockerfile @@ -8,7 +8,7 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-01-02T16:45:00Z" \ + org.opencontainers.image.created="2026-01-11T06:55:44Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/dremio/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dremio" \ @@ -53,7 +53,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/java/postunpack.sh ENV APP_VERSION="26.0.5" \ BITNAMI_APP_NAME="dremio" \ - IMAGE_REVISION="5" \ + IMAGE_REVISION="6" \ JAVA_HOME="/opt/bitnami/java" \ LD_LIBRARY_PATH="/opt/bitnami/java/lib/server:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/java/bin:/opt/bitnami/dremio/bin:$PATH"