diff --git a/bitnami/neo4j/3/ol-7/Dockerfile b/bitnami/neo4j/3/ol-7/Dockerfile index 29c1bc4032f0..8ac33a68444b 100644 --- a/bitnami/neo4j/3/ol-7/Dockerfile +++ b/bitnami/neo4j/3/ol-7/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/oraclelinux-extras:7-r583 +FROM bitnami/oraclelinux-extras:7-r584 LABEL maintainer "Bitnami " ENV BITNAMI_PKG_CHMOD="-R g+rwX" \ @@ -12,7 +12,7 @@ RUN bitnami-pkg unpack neo4j-3.5.14-0 --checksum 83a0196eefc954046b119ce9e1c9448 COPY rootfs / ENV BITNAMI_APP_NAME="neo4j" \ - BITNAMI_IMAGE_VERSION="3.5.14-ol-7-r16" \ + BITNAMI_IMAGE_VERSION="3.5.14-ol-7-r17" \ NAMI_PREFIX="/.nami" \ NEO4J_BOLT_PORT_NUMBER="7687" \ NEO4J_HOST="" \ diff --git a/bitnami/neo4j/README.md b/bitnami/neo4j/README.md index 7a30fb434fb2..50865a7e3295 100644 --- a/bitnami/neo4j/README.md +++ b/bitnami/neo4j/README.md @@ -49,7 +49,7 @@ $ kubectl apply -f test.yaml 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.5.14-ol-7-r16` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.5.14-ol-7-r16/3/ol-7/Dockerfile) +* [`3-ol-7`, `3.5.14-ol-7-r17` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.5.14-ol-7-r17/3/ol-7/Dockerfile) * [`3-debian-9`, `3.5.14-debian-9-r13`, `3`, `3.5.14`, `3.5.14-r13`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.5.14-debian-9-r13/3/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/neo4j GitHub repo](https://github.com/bitnami/bitnami-docker-neo4j).