Skip to content

Commit

Permalink
🔖 4.3.1-enterprise-p.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tokyo committed Jun 25, 2021
1 parent 4e3d69b commit 84f2379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2.5-enterprise
FROM neo4j:4.3.1-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.2.0.2 \
NEO4J_APOC_PLUGIN_VERSION=4.3.0.0 \
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluralcom/docker-neo4j",
"version": "4.2.5-enterprise-p.0",
"version": "4.3.1-enterprise-p.0",
"private": true,
"description": "🐳 Docker container files that are used to backup Neo4j on EKS' Kubernetes",
"repository": {
Expand Down

0 comments on commit 84f2379

Please sign in to comment.