Skip to content

Commit

Permalink
fixing apoc version for container
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Aug 29, 2023
1 parent 656a110 commit da2a268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PLATER/neo4j-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM neo4j:5.10.0

ARG GDS_VERSION=2.4.2
ARG APOC_VERSION=5.10.1
ARG APOC_VERSION=5.10.0
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 da2a268

Please sign in to comment.