Skip to content

Commit

Permalink
Updated neo4j version 4.4.14 to 4.4.27
Browse files Browse the repository at this point in the history
  • Loading branch information
shu-tom committed Nov 13, 2023
1 parent c87d6ef commit 00f2202
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose-with-elasticstack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"
services:
neo4j:
container_name: neo4j
image: neo4j:4.4.14
image: neo4j:4.4.27
# Using volumes slows down the container.
#volumes:
# - ./neo4j/data:/data
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-with-nginx/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
neo4j:
container_name: neo4j
# image: neo4j:4.4.14-enterprise
image: neo4j:4.4.14
image: neo4j:4.4.27
volumes:
- ./neo4j/certificates:/var/lib/neo4j/certificates
# Using volumes slows down the container.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"
services:
neo4j:
container_name: neo4j
image: neo4j:4.4.14
image: neo4j:4.4.27
# Using volumes slows down the container.
#volumes:
# - ./neo4j/data:/data
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM neo4j:4.4.14
FROM neo4j:4.4.27

# ensure local python is preferred over distribution python
ENV PATH /usr/local/bin:$PATH
Expand Down

0 comments on commit 00f2202

Please sign in to comment.