Skip to content

Commit

Permalink
bloodhound 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
belane committed Mar 14, 2019
1 parent e51151e commit fa5065f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM openjdk:8-jre-slim
MAINTAINER github.com/belane
ARG data=none
ARG neo4j=3.4.8
ARG bloodhound=2.0.4
ARG bloodhound=2.1.0

# Base packages
RUN apt-get update -qq &&\
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docker run -it \
- **neo4j** version
- **bloodhound** version

`docker build . -t bloodhound --build-arg neo4j=3.4.8 --build-arg bloodhound=2.0.4`
`docker build . -t bloodhound --build-arg neo4j=3.4.8 --build-arg bloodhound=2.1.0`

## Run
```
Expand Down

0 comments on commit fa5065f

Please sign in to comment.