Skip to content

Commit

Permalink
switching to apoc core (mainly because the latest version of extended…
Browse files Browse the repository at this point in the history
… is not released)
  • Loading branch information
EvanDietzMorris committed Jul 30, 2024
1 parent 217fa7e commit 954d84a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions PLATER/neo4j-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM neo4j:5.22.0

ARG GDS_VERSION=2.7.0
ARG APOC_VERSION=5.22.0
ENV APOC_URI https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/${APOC_VERSION}/apoc-${APOC_VERSION}-extended.jar
ENV APOC_URI https://github.com/neo4j/apoc/releases/download/${APOC_VERSION}/apoc-${APOC_VERSION}-core.jar

ARG GDS_VERSION=2.7.0
ENV GDS_URL https://graphdatascience.ninja/neo4j-graph-data-science-${GDS_VERSION}.zip

RUN apt-get update
Expand Down

0 comments on commit 954d84a

Please sign in to comment.