Skip to content

Commit

Permalink
⬆️ neo4j 4.2.4 apoc 4.2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tokyo committed Apr 27, 2021
1 parent 4fa792c commit 9192966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM neo4j:4.1.2-enterprise
FROM neo4j:4.2.5-enterprise

ENV _JAVA_OPTIONS=-Xmx2g \
NEO4J_ACCEPT_LICENSE_AGREEMENT='yes' \
NEO4J_dbms_connector_http_listen__address=':7474' \
NEO4J_dbms_connector_bolt_listen__address=':7687' \
NEO4J_PLUGINS_PATH=/var/lib/neo4j/plugins \
NEO4J_APOC_PLUGIN_VERSION=4.1.0.2 \
NEO4J_APOC_PLUGIN_VERSION=4.2.0.2 \
NEO4J_APOC_PLUGIN_PATH=$NEO4J_PLUGINS_PATH/apoc-$NEO4J_APOC_PLUGIN_VERSION-all.jar \
NEO4J_apoc_export_file_enabled=true \
NEO4J_apoc_import_file_enabled=true \
Expand Down

0 comments on commit 9192966

Please sign in to comment.