Skip to content

Commit

Permalink
Update to Neo4j 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Feb 3, 2017
1 parent 063e2c3 commit 4933ca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hetnet/neo4j/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM neo4j:3.1.0
FROM neo4j:3.1.1
MAINTAINER Daniel Himmelstein, <[email protected]>

COPY scripts /
Expand Down
2 changes: 1 addition & 1 deletion hetnet/neo4j/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The contents of this repository are mostly included in the Docker image. However
Build the image using the following command:

```sh
TAG="dhimmel/hetionet:hetionet-v1.0_neo4j-3.1.0"
TAG="dhimmel/hetionet:hetionet-v1.0_neo4j-3.1.1"
docker build --tag dhimmel/hetionet:latest --tag $TAG --file Dockerfile .
```

Expand Down

0 comments on commit 4933ca1

Please sign in to comment.