Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update neo4j:4.2 docker digest to e1a8800 #116

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
neo4j-api-test-neo4j:
image: neo4j:4.2@sha256:44ae8c7bb6d605bea1f34c0f2457f45a1120b9054b3e501d942686d21e597061
image: neo4j:4.2@sha256:e1a8800a151094b049a231ff005bf1fae68af8f91a5661e5259f3d2a9413423c
ports:
- published: $NEO4J_TEST_NEO4J_HTTP_PORT
target: 7474
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
neo4j-api-neo4j:
image: neo4j:4.2@sha256:44ae8c7bb6d605bea1f34c0f2457f45a1120b9054b3e501d942686d21e597061
image: neo4j:4.2@sha256:e1a8800a151094b049a231ff005bf1fae68af8f91a5661e5259f3d2a9413423c
ports:
- published: $NEO4J_API_NEO4J_HTTP_PORT
target: 7474
Expand Down