From 3604e49d1b7486e3b976c9ef973f3f21043a74f5 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 3 Dec 2025 03:45:40 +0100 Subject: [PATCH] [bitnami/kube-arangodb] Release 1.3.3-debian-12-r0 (#88722) Signed-off-by: Bitnami Bot --- bitnami/kube-arangodb/1/debian-12/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/kube-arangodb/1/debian-12/Dockerfile b/bitnami/kube-arangodb/1/debian-12/Dockerfile index 2ee40ae8cd54..4898ada16330 100644 --- a/bitnami/kube-arangodb/1/debian-12/Dockerfile +++ b/bitnami/kube-arangodb/1/debian-12/Dockerfile @@ -7,13 +7,13 @@ 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-20T13:02:51Z" \ + org.opencontainers.image.created="2025-12-03T02:29:47Z" \ 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" \ org.opencontainers.image.title="kube-arangodb" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="1.3.2" + org.opencontainers.image.version="1.3.3" ENV OS_ARCH="${TARGETARCH:-amd64}" \ OS_FLAVOUR="debian-12" \ @@ -28,7 +28,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=( \ "envoy-1.36.2-0-linux-${OS_ARCH}-debian-12" \ - "kube-arangodb-1.3.2-0-linux-${OS_ARCH}-debian-12" \ + "kube-arangodb-1.3.3-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -44,7 +44,7 @@ RUN apt-get update && apt-get upgrade -y && \ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true RUN uninstall_packages curl -ENV APP_VERSION="1.3.2" \ +ENV APP_VERSION="1.3.3" \ BITNAMI_APP_NAME="kube-arangodb" \ IMAGE_REVISION="0" \ PATH="/opt/bitnami/envoy/bin:/opt/bitnami/kube-arangodb/bin:$PATH"