From 0b9adff603116daaeb7084023fa0e63c05fcc8ab Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 26 Dec 2025 13:31:48 +0100 Subject: [PATCH] [bitnami/arangodb] Release 3.11.14-debian-12-r20 (#89176) Signed-off-by: Bitnami Bot --- bitnami/arangodb/3.11/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/arangodb/3.11/debian-12/Dockerfile b/bitnami/arangodb/3.11/debian-12/Dockerfile index 1df399e4ae54..69dd403ebef1 100644 --- a/bitnami/arangodb/3.11/debian-12/Dockerfile +++ b/bitnami/arangodb/3.11/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-26T12:06:35Z" \ + org.opencontainers.image.created="2025-12-26T12:23:06Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/arangodb/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/arangodb" \ @@ -59,7 +59,7 @@ RUN uninstall_packages curl ENV APP_VERSION="3.11.14" \ BITNAMI_APP_NAME="arangodb" \ - IMAGE_REVISION="19" \ + IMAGE_REVISION="20" \ PATH="/opt/bitnami/arangodb/sbin:/opt/bitnami/arangodb/bin:$PATH" EXPOSE 8529