diff --git a/bitnami/neo4j/4/debian-10/Dockerfile b/bitnami/neo4j/4/debian-10/Dockerfile index e1671582fc6c..f0e1e0e5edcf 100644 --- a/bitnami/neo4j/4/debian-10/Dockerfile +++ b/bitnami/neo4j/4/debian-10/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update && apt-get upgrade -y && \ COPY rootfs / ENV BITNAMI_APP_NAME="neo4j" \ - BITNAMI_IMAGE_VERSION="4.1.1-debian-10-r6" \ + BITNAMI_IMAGE_VERSION="4.1.1-debian-10-r7" \ NAMI_PREFIX="/.nami" \ NEO4J_BOLT_PORT_NUMBER="7687" \ NEO4J_HOST="" \ diff --git a/bitnami/neo4j/README.md b/bitnami/neo4j/README.md index aca398be09bc..efa49d1c4c3c 100644 --- a/bitnami/neo4j/README.md +++ b/bitnami/neo4j/README.md @@ -5,7 +5,7 @@ [https://neo4j.com](https://neo4j.com) -# TL;DR; +# TL;DR ```console $ docker run --name neo4j bitnami/neo4j:latest @@ -23,8 +23,8 @@ $ docker-compose up -d * Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems. * With Bitnami images the latest bug fixes and features are available as soon as possible. * Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs. -* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution. -* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DTC)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images. +* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading Linux distribution. +* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images. * Bitnami container images are released daily with the latest distribution packages available. @@ -35,7 +35,7 @@ $ docker-compose up -d 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-debian-10`, `4.1.1-debian-10-r6`, `4`, `4.1.1`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/4.1.1-debian-10-r6/4/debian-10/Dockerfile) +* [`4-debian-10`, `4.1.1-debian-10-r7`, `4`, `4.1.1`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/4.1.1-debian-10-r7/4/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/neo4j GitHub repo](https://github.com/bitnami/bitnami-docker-neo4j).