From 89f8181f870a0cf24e598461ef5549a0832db462 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 7 Sep 2025 03:44:50 +0200 Subject: [PATCH] [bitnami/couchdb] Release 3.5.0-debian-12-r8 (#85972) Signed-off-by: Bitnami Bot --- bitnami/couchdb/3/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/couchdb/3/debian-12/Dockerfile b/bitnami/couchdb/3/debian-12/Dockerfile index f66753cb948e..a883a637f147 100644 --- a/bitnami/couchdb/3/debian-12/Dockerfile +++ b/bitnami/couchdb/3/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-06T10:56:07Z" \ + org.opencontainers.image.created="2025-09-07T00:26:57Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/couchdb/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/couchdb" \ @@ -51,7 +51,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/couchdb/postunpack.sh ENV APP_VERSION="3.5.0" \ BITNAMI_APP_NAME="couchdb" \ - IMAGE_REVISION="7" \ + IMAGE_REVISION="8" \ LD_LIBRARY_PATH="/opt/bitnami/common/lib:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/erlang/bin:/opt/bitnami/couchdb/bin:$PATH"