dependabot[bot] 90752629e1
Bump neo4j from 3.5.3 to 3.5.4 in /backend/neo4j
Bumps neo4j from 3.5.3 to 3.5.4.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-11 04:54:37 +00:00

4 lines
179 B
Docker

FROM neo4j:3.5.4
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