From ade8dc0fd17ed7d0147c612f8dc6ce8908616c26 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 6 Dec 2025 06:18:11 +0100 Subject: [PATCH] [bitnami/openldap] Release 2.6.10-debian-12-r8 (#88866) Signed-off-by: Bitnami Bot --- bitnami/openldap/2.6/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/openldap/2.6/debian-12/Dockerfile b/bitnami/openldap/2.6/debian-12/Dockerfile index c09adddc90bd..7da8fcdaff7c 100644 --- a/bitnami/openldap/2.6/debian-12/Dockerfile +++ b/bitnami/openldap/2.6/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-11-06T04:40:47Z" \ + org.opencontainers.image.created="2025-12-06T05:10:03Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/openldap/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/openldap" \ @@ -49,7 +49,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/openldap/postunpack.sh ENV APP_VERSION="2.6.10" \ BITNAMI_APP_NAME="openldap" \ - IMAGE_REVISION="7" \ + IMAGE_REVISION="8" \ PATH="/opt/bitnami/openldap/bin:/opt/bitnami/openldap/sbin:$PATH" EXPOSE 1389 1636