From 0ceccec6c84cebf04b84233e7869eed90a66d366 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 20 Oct 2025 21:49:23 +0200 Subject: [PATCH] [bitnami/neo4j] Release 5.26.14-debian-12-r0 (#87809) Signed-off-by: Bitnami Bot --- bitnami/neo4j/5/debian-12/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/neo4j/5/debian-12/Dockerfile b/bitnami/neo4j/5/debian-12/Dockerfile index 33d4c99212ba..a3aa9ced2111 100644 --- a/bitnami/neo4j/5/debian-12/Dockerfile +++ b/bitnami/neo4j/5/debian-12/Dockerfile @@ -8,13 +8,13 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-10-06T09:44:39Z" \ + org.opencontainers.image.created="2025-10-20T19:25:16Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/neo4j/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/neo4j" \ org.opencontainers.image.title="neo4j" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="5.26.13" + org.opencontainers.image.version="5.26.14" ENV HOME="/opt/bitnami/neo4j/.home" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -30,7 +30,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=( \ "jre-17.0.16-12-1-linux-${OS_ARCH}-debian-12" \ - "neo4j-5.26.13-0-linux-${OS_ARCH}-debian-12" \ + "neo4j-5.26.14-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -50,7 +50,7 @@ RUN uninstall_packages curl COPY rootfs / RUN /opt/bitnami/scripts/java/postunpack.sh RUN /opt/bitnami/scripts/neo4j/postunpack.sh -ENV APP_VERSION="5.26.13" \ +ENV APP_VERSION="5.26.14" \ BITNAMI_APP_NAME="neo4j" \ IMAGE_REVISION="0" \ JAVA_HOME="/opt/bitnami/java" \