diff --git a/bitnami/neo4j/3/ol-7/Dockerfile b/bitnami/neo4j/3/ol-7/Dockerfile index 259fabf92627..a9f2d0e77d92 100644 --- a/bitnami/neo4j/3/ol-7/Dockerfile +++ b/bitnami/neo4j/3/ol-7/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/oraclelinux-extras:7-r114 +FROM bitnami/oraclelinux-extras:7-r115 LABEL maintainer "Bitnami " ENV BITNAMI_PKG_CHMOD="-R g+rwX" \ @@ -11,7 +11,7 @@ RUN bitnami-pkg unpack neo4j-3.4.7-1 --checksum 744fb7695489942f5cd7f9b5aeb6ba40 COPY rootfs / ENV BITNAMI_APP_NAME="neo4j" \ - BITNAMI_IMAGE_VERSION="3.4.7-ol-7-r20" \ + BITNAMI_IMAGE_VERSION="3.4.7-ol-7-r21" \ NEO4J_BOLT_PORT_NUMBER="7687" \ NEO4J_HOST="" \ NEO4J_HTTPS_PORT_NUMBER="7473" \ diff --git a/bitnami/neo4j/README.md b/bitnami/neo4j/README.md index fe8454ee75b6..92680b2b2c7a 100644 --- a/bitnami/neo4j/README.md +++ b/bitnami/neo4j/README.md @@ -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/containers/how-to/understand-rolling-tags-containers/). -* [`3-ol-7`, `3.4.7-ol-7-r20` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.7-ol-7-r20/3/ol-7/Dockerfile) +* [`3-ol-7`, `3.4.7-ol-7-r21` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.7-ol-7-r21/3/ol-7/Dockerfile) * [`3-debian-9`, `3.4.7-debian-9-r17`, `3`, `3.4.7`, `3.4.7-r17`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.7-debian-9-r17/3/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/neo4j GitHub repo](https://github.com/bitnami/bitnami-docker-neo4j).