diff --git a/bitnami/neo4j/4/debian-11/Dockerfile b/bitnami/neo4j/4/debian-11/Dockerfile index bd355473c0be..8990e797cfdb 100644 --- a/bitnami/neo4j/4/debian-11/Dockerfile +++ b/bitnami/neo4j/4/debian-11/Dockerfile @@ -7,7 +7,7 @@ ENV HOME="/" \ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security" LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="4.4.10-debian-11-r5" \ + org.opencontainers.image.ref.name="4.4.10-debian-11-r6" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/neo4j" \ org.opencontainers.image.title="neo4j" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -17,9 +17,9 @@ COPY prebuildfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies RUN install_packages acl ca-certificates curl gzip jq libc6 procps tar zlib1g -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.15-1-2" --checksum 1a5468c7b552dfc8a33c5c9b214dbf7dd143a5f008cc3aa2e0418fab5eb16c5c -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "neo4j" "4.4.10-0" --checksum 5c42405489093843092b1b54876faef9af625afb582b271bc05ecac4297f821d -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.15-1-3" --checksum 7214b8ab81c9d919f87f027590ca80c198f65fe50c5e2886d8e5e20691aee8d7 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "neo4j" "4.4.10-1" --checksum 1575fb354d90ac50debde975af7e66732f1cb87c38be5ce9e8526f394c1f8472 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-154" --checksum e36c3d90f4fbfbe989f40947fa7c8ab817f12fcf97d3aef893c753a20ce976ab RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami diff --git a/bitnami/neo4j/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/neo4j/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 6290c1e24b0f..16721e329abf 100644 --- a/bitnami/neo4j/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/neo4j/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,23 +1,23 @@ { "gosu": { "arch": "amd64", - "digest": "d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449", + "digest": "e36c3d90f4fbfbe989f40947fa7c8ab817f12fcf97d3aef893c753a20ce976ab", "distro": "debian-11", "type": "NAMI", - "version": "1.14.0-153" + "version": "1.14.0-154" }, "java": { "arch": "amd64", - "digest": "1a5468c7b552dfc8a33c5c9b214dbf7dd143a5f008cc3aa2e0418fab5eb16c5c", + "digest": "7214b8ab81c9d919f87f027590ca80c198f65fe50c5e2886d8e5e20691aee8d7", "distro": "debian-11", "type": "NAMI", - "version": "11.0.15-1-2" + "version": "11.0.15-1-3" }, "neo4j": { "arch": "amd64", - "digest": "5c42405489093843092b1b54876faef9af625afb582b271bc05ecac4297f821d", + "digest": "1575fb354d90ac50debde975af7e66732f1cb87c38be5ce9e8526f394c1f8472", "distro": "debian-11", "type": "NAMI", - "version": "4.4.10-0" + "version": "4.4.10-1" } } \ No newline at end of file diff --git a/bitnami/neo4j/README.md b/bitnami/neo4j/README.md index 5c9c6aa877c8..21a680593598 100644 --- a/bitnami/neo4j/README.md +++ b/bitnami/neo4j/README.md @@ -37,7 +37,7 @@ You can find the default credentials and available configuration options in the Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`4`, `4-debian-11`, `4.4.10`, `4.4.10-debian-11-r5`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/neo4j/4/debian-11/Dockerfile) +* [`4`, `4-debian-11`, `4.4.10`, `4.4.10-debian-11-r6`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/neo4j/4/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).