From de53329a08c4075e3b840bb8846c2a6db032afaf Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 7 Sep 2025 03:57:03 +0200 Subject: [PATCH] [bitnami/kube-arangodb] Release 1.3.0-debian-12-r6 (#85984) Signed-off-by: Bitnami Bot --- bitnami/kube-arangodb/1/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/kube-arangodb/1/debian-12/Dockerfile b/bitnami/kube-arangodb/1/debian-12/Dockerfile index 815785974e53..7eea268c9740 100644 --- a/bitnami/kube-arangodb/1/debian-12/Dockerfile +++ b/bitnami/kube-arangodb/1/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-04T00:18:15Z" \ + org.opencontainers.image.created="2025-09-07T01:27:00Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/kube-arangodb/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kube-arangodb" \ @@ -46,7 +46,7 @@ RUN uninstall_packages curl ENV APP_VERSION="1.3.0" \ BITNAMI_APP_NAME="kube-arangodb" \ - IMAGE_REVISION="5" \ + IMAGE_REVISION="6" \ PATH="/opt/bitnami/envoy/bin:/opt/bitnami/kube-arangodb/bin:$PATH" ENTRYPOINT [ "/opt/bitnami/kube-arangodb/bin/arangodb_operator" ]