3.4.0-r11 release
This commit is contained in:
parent
fa2f8ec95a
commit
75b43acfa4
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras:jessie-r72
|
||||
FROM bitnami/minideb-extras:jessie-r73
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -7,7 +7,7 @@ RUN bitnami-pkg unpack neo4j-3.4.0-0 --checksum 819381796cbf4b6f93cedfb14c2b1f73
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="neo4j" \
|
||||
BITNAMI_IMAGE_VERSION="3.4.0-r10" \
|
||||
BITNAMI_IMAGE_VERSION="3.4.0-r11" \
|
||||
NEO4J_BOLT_PORT_NUMBER="7687" \
|
||||
NEO4J_HOST="" \
|
||||
NEO4J_HTTPS_PORT_NUMBER="7473" \
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ $ docker-compose up -d
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`3`, `3.4.0-r10`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.0-r10/3/Dockerfile)
|
||||
* [`3`, `3.4.0-r11`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.0-r11/3/Dockerfile)
|
||||
* [`3-ol-7`, `3.4.0-ol-7-r0` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.0-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).
|
||||
|
|
|
|||
Loading…
Reference in New Issue