Bump neo4j from 3.5.0 to 3.5.3 in /backend/neo4j

Bumps neo4j from 3.5.0 to 3.5.3.

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-03-21 21:18:27 +00:00
parent 15053f1bbd
commit cdc82d981e
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331

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