From b70d765c088135abdb85da7e6ec02f4040a17142 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 14:09:22 +0800 Subject: [PATCH] chore(deps): update neo4j docker tag to v5.20.0 (#1462) * chore(deps): update neo4j docker tag to v5.20.0 * 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 --- apps/neo4j/{5.19.0 => 5.20.0}/data.yml | 0 apps/neo4j/{5.19.0 => 5.20.0}/data/data/.gitkeep | 0 apps/neo4j/{5.19.0 => 5.20.0}/data/logs/.gitkeep | 0 apps/neo4j/{5.19.0 => 5.20.0}/docker-compose.yml | 2 +- apps/neo4j/{5.19.0 => 5.20.0}/scripts/init.sh | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename apps/neo4j/{5.19.0 => 5.20.0}/data.yml (100%) rename apps/neo4j/{5.19.0 => 5.20.0}/data/data/.gitkeep (100%) rename apps/neo4j/{5.19.0 => 5.20.0}/data/logs/.gitkeep (100%) rename apps/neo4j/{5.19.0 => 5.20.0}/docker-compose.yml (93%) rename apps/neo4j/{5.19.0 => 5.20.0}/scripts/init.sh (100%) diff --git a/apps/neo4j/5.19.0/data.yml b/apps/neo4j/5.20.0/data.yml similarity index 100% rename from apps/neo4j/5.19.0/data.yml rename to apps/neo4j/5.20.0/data.yml diff --git a/apps/neo4j/5.19.0/data/data/.gitkeep b/apps/neo4j/5.20.0/data/data/.gitkeep similarity index 100% rename from apps/neo4j/5.19.0/data/data/.gitkeep rename to apps/neo4j/5.20.0/data/data/.gitkeep diff --git a/apps/neo4j/5.19.0/data/logs/.gitkeep b/apps/neo4j/5.20.0/data/logs/.gitkeep similarity index 100% rename from apps/neo4j/5.19.0/data/logs/.gitkeep rename to apps/neo4j/5.20.0/data/logs/.gitkeep diff --git a/apps/neo4j/5.19.0/docker-compose.yml b/apps/neo4j/5.20.0/docker-compose.yml similarity index 93% rename from apps/neo4j/5.19.0/docker-compose.yml rename to apps/neo4j/5.20.0/docker-compose.yml index 88d89432..72e4a216 100644 --- a/apps/neo4j/5.19.0/docker-compose.yml +++ b/apps/neo4j/5.20.0/docker-compose.yml @@ -1,6 +1,6 @@ services: neo4j: - image: neo4j:5.19.0 + image: neo4j:5.20.0 container_name: ${CONTAINER_NAME} restart: always networks: diff --git a/apps/neo4j/5.19.0/scripts/init.sh b/apps/neo4j/5.20.0/scripts/init.sh similarity index 100% rename from apps/neo4j/5.19.0/scripts/init.sh rename to apps/neo4j/5.20.0/scripts/init.sh