Skip to content

Commit

Permalink
updating neo4j Dockerfile for neo4j 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Jul 28, 2023
1 parent 82bee26 commit eeef4b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PLATER/neo4j-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM neo4j:5.3.0
FROM neo4j:5.10.0

ARG GDS_VERSION=2.2.6
ARG APOC_VERSION=5.3.0
ARG GDS_VERSION=2.4.2
ARG APOC_VERSION=5.10.1
ENV APOC_URI https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/${APOC_VERSION}/apoc-${APOC_VERSION}-extended.jar
ENV GDS_URL https://graphdatascience.ninja/neo4j-graph-data-science-${GDS_VERSION}.zip

Expand Down

0 comments on commit eeef4b3

Please sign in to comment.