Skip to content

Commit 0d9beae

Browse files
committed
fix dockerfile issue #87
1 parent 3eb7013 commit 0d9beae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FROM neo4j:5.4.0
22

33
COPY conf/apoc.conf /var/lib/neo4j/conf
44
COPY conf/neo4j.conf /var/lib/neo4j/conf
5-
COPY tabby-path-finder-1.0.jar /var/lib/neo4j/plugins
5+
COPY tabby-path-finder-1.1.jar /var/lib/neo4j/plugins
66
COPY apoc-5.4.0-extended.jar /var/lib/neo4j/plugins
77
COPY apoc-5.4.1-core.jar /var/lib/neo4j/plugins

0 commit comments

Comments
 (0)