diff --git a/Dockerfile.neo4j b/Dockerfile.neo4j index 66f996e68..cb7fd228f 100644 --- a/Dockerfile.neo4j +++ b/Dockerfile.neo4j @@ -1,2 +1,2 @@ -FROM neo4j:3.4 -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 neo4j:3.5.0 +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/