We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e6a18 commit f0c0f75Copy full SHA for f0c0f75
Dockerfile
@@ -5,9 +5,9 @@ RUN apt install -y wget
5
RUN wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/4.1.0.0/apoc-4.1.0.0-all.jar
6
RUN mv apoc-4.1.0.0-all.jar plugins/
7
8
-RUN wget https://github.com/neo4j/graph-data-science/releases/download/1.3.0/neo4j-graph-data-science-1.3.0-standalone.jar
9
-RUN mv neo4j-graph-data-science-1.3.0-standalone.jar plugins/
+RUN wget https://github.com/neo4j/graph-data-science/releases/download/1.5.0/neo4j-graph-data-science-1.5.0.jar
+RUN mv neo4j-graph-data-science-1.5.0.jar plugins/
10
11
#run as neo4j user to avoid permission issues with mounted volumes in later version of neo4j
12
#https://github.com/neo4j/docker-neo4j/issues/223
13
-USER neo4j
+USER neo4j
0 commit comments