diff --git a/bitnami/dremio/26/debian-12/Dockerfile b/bitnami/dremio/26/debian-12/Dockerfile index 65c29fa0cdee..b52eeb0c5708 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="2025-09-25T12:00:39Z" \ + org.opencontainers.image.created="2025-09-25T17:38:12Z" \ 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" \ @@ -30,7 +30,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ "jre-21.0.8-12-0-linux-${OS_ARCH}-debian-12" \ - "dremio-26.0.0-1-linux-${OS_ARCH}-debian-12" \ + "dremio-26.0.0-2-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -52,7 +52,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/java/postunpack.sh ENV APP_VERSION="26.0.0" \ BITNAMI_APP_NAME="dremio" \ - IMAGE_REVISION="7" \ + IMAGE_REVISION="8" \ JAVA_HOME="/opt/bitnami/java" \ LD_LIBRARY_PATH="/opt/bitnami/java/lib/server:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/java/bin:/opt/bitnami/dremio/bin:$PATH"