From 81605221a7f3c524226cbb2e16831f84a34e7236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 30 Nov 2018 10:42:25 +0000 Subject: [PATCH 1/2] Bump neo4j from 3.4 to 3.5.0 Bumps neo4j from 3.4 to 3.5.0. Signed-off-by: dependabot[bot] --- Dockerfile.neo4j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.neo4j b/Dockerfile.neo4j index 66f996e68..831af4d34 100644 --- a/Dockerfile.neo4j +++ b/Dockerfile.neo4j @@ -1,2 +1,2 @@ -FROM neo4j:3.4 +FROM neo4j:3.5.0 RUN wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.4.0.3/apoc-3.4.0.3-all.jar -P plugins/ From 8a79b4f7f7e15c5ab88b41bd28193701087e8b94 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Fri, 30 Nov 2018 14:41:56 +0100 Subject: [PATCH 2/2] Update Dockerfile.neo4j using correct APOC version matching Neo4J --- Dockerfile.neo4j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.neo4j b/Dockerfile.neo4j index 831af4d34..cb7fd228f 100644 --- a/Dockerfile.neo4j +++ b/Dockerfile.neo4j @@ -1,2 +1,2 @@ FROM neo4j:3.5.0 -RUN wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.4.0.3/apoc-3.4.0.3-all.jar -P plugins/ +RUN wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.5.0.1/apoc-3.5.0.1-all.jar -P plugins/