Skip to content

Commit

Permalink
Update to APOC on 3.5 image
Browse files Browse the repository at this point in the history
  • Loading branch information
joesb committed Mar 5, 2020
1 parent 58e30c8 commit f8d0994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-src/3.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM neo4j:3.5.15
ENV NEO4J_AUTH=neo4j/letmein
ENV PLUGINS_DIR=/var/lib/neo4j/plugins

ENV APOC_VERSION 3.5.0.5
ENV APOC_VERSION 3.5.0.9
ENV APOC_URI https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/${APOC_VERSION}/apoc-${APOC_VERSION}-all.jar
RUN curl --silent --show-error --fail --retry 30 --retry-max-time 300 -L -o ${PLUGINS_DIR}/apoc.jar ${APOC_URI}

Expand Down

0 comments on commit f8d0994

Please sign in to comment.