Merge pull request #26 from Human-Connection/dependabot/docker/neo4j-3.5.0

Bump neo4j from 3.4 to 3.5.0
This commit is contained in:
Grzegorz Leoniec 2018-12-06 19:24:24 +01:00 committed by GitHub
commit edaf129b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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