Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 84f2379

Browse files
committed
🔖 4.3.1-enterprise-p.0
1 parent 4e3d69b commit 84f2379

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM neo4j:4.2.5-enterprise
1+
FROM neo4j:4.3.1-enterprise
22

33
ENV _JAVA_OPTIONS=-Xmx2g \
44
NEO4J_ACCEPT_LICENSE_AGREEMENT='yes' \
55
NEO4J_dbms_connector_http_listen__address=':7474' \
66
NEO4J_dbms_connector_bolt_listen__address=':7687' \
77
NEO4J_PLUGINS_PATH=/var/lib/neo4j/plugins \
8-
NEO4J_APOC_PLUGIN_VERSION=4.2.0.2 \
8+
NEO4J_APOC_PLUGIN_VERSION=4.3.0.0 \
99
NEO4J_APOC_PLUGIN_PATH=$NEO4J_PLUGINS_PATH/apoc-$NEO4J_APOC_PLUGIN_VERSION-all.jar \
1010
NEO4J_apoc_export_file_enabled=true \
1111
NEO4J_apoc_import_file_enabled=true \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pluralcom/docker-neo4j",
3-
"version": "4.2.5-enterprise-p.0",
3+
"version": "4.3.1-enterprise-p.0",
44
"private": true,
55
"description": "🐳 Docker container files that are used to backup Neo4j on EKS' Kubernetes",
66
"repository": {

0 commit comments

Comments
 (0)