3.4.1-r2 release

This commit is contained in:
Bitnami Bot
2018-06-17 02:56:45 +00:00
parent c87e189af4
commit 47ae42173f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r78
FROM bitnami/minideb-extras:jessie-r79
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@@ -7,7 +7,7 @@ RUN bitnami-pkg unpack neo4j-3.4.1-0 --checksum f38135a2e4b4a9dfa27e52ef8158cd1c
COPY rootfs /
ENV BITNAMI_APP_NAME="neo4j" \
BITNAMI_IMAGE_VERSION="3.4.1-r1" \
BITNAMI_IMAGE_VERSION="3.4.1-r2" \
NEO4J_BOLT_PORT_NUMBER="7687" \
NEO4J_HOST="" \
NEO4J_HTTPS_PORT_NUMBER="7473" \

View File

@@ -30,7 +30,7 @@ $ docker-compose up -d
# Supported tags and respective `Dockerfile` links
* [`3`, `3.4.1-r1`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.1-r1/3/Dockerfile)
* [`3`, `3.4.1-r2`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.1-r2/3/Dockerfile)
* [`3-ol-7`, `3.4.1-ol-7-r0` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.1-ol-7-r0/3/ol-7/Dockerfile)
Subscribe to project updates by watching the [bitnami/neo4j GitHub repo](https://github.com/bitnami/bitnami-docker-neo4j).