chore(deps): update neo4j docker tag to v5.24.1 (#2233)
* chore(deps): update neo4j docker tag to v5.24.1 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
parent
f2aa1db6d5
commit
bc5283984d
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
neo4j:
|
neo4j:
|
||||||
image: neo4j:5.23.0
|
image: neo4j:5.24.1
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
Loading…
Reference in New Issue