Merge pull request #196 from Human-Connection/dependabot/docker/backend/neo4j/neo4j-3.5.3

Bump neo4j from 3.5.0 to 3.5.3 in /backend/neo4j
This commit is contained in:
Robert Schäfer 2019-04-10 14:33:55 +02:00 committed by GitHub
commit 65076d24db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
FROM neo4j:3.5.0
FROM neo4j:3.5.3
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/
COPY migrate.sh /usr/local/bin/migrate