Update Dockerfile.neo4j

using correct APOC version matching Neo4J
This commit is contained in:
Grzegorz Leoniec 2018-11-30 14:41:56 +01:00 committed by GitHub
parent 81605221a7
commit 8a79b4f7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/