From 1ff37d8f302c812053164a2f65491da76418679c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 22:47:29 +0800 Subject: [PATCH] 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 --- apps/neo4j/{5.23.0 => 5.24.1}/data.yml | 0 apps/neo4j/{5.23.0 => 5.24.1}/data/data/.gitkeep | 0 apps/neo4j/{5.23.0 => 5.24.1}/data/logs/.gitkeep | 0 apps/neo4j/{5.23.0 => 5.24.1}/docker-compose.yml | 2 +- apps/neo4j/{5.23.0 => 5.24.1}/scripts/init.sh | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename apps/neo4j/{5.23.0 => 5.24.1}/data.yml (100%) rename apps/neo4j/{5.23.0 => 5.24.1}/data/data/.gitkeep (100%) rename apps/neo4j/{5.23.0 => 5.24.1}/data/logs/.gitkeep (100%) rename apps/neo4j/{5.23.0 => 5.24.1}/docker-compose.yml (93%) rename apps/neo4j/{5.23.0 => 5.24.1}/scripts/init.sh (100%) diff --git a/apps/neo4j/5.23.0/data.yml b/apps/neo4j/5.24.1/data.yml similarity index 100% rename from apps/neo4j/5.23.0/data.yml rename to apps/neo4j/5.24.1/data.yml diff --git a/apps/neo4j/5.23.0/data/data/.gitkeep b/apps/neo4j/5.24.1/data/data/.gitkeep similarity index 100% rename from apps/neo4j/5.23.0/data/data/.gitkeep rename to apps/neo4j/5.24.1/data/data/.gitkeep diff --git a/apps/neo4j/5.23.0/data/logs/.gitkeep b/apps/neo4j/5.24.1/data/logs/.gitkeep similarity index 100% rename from apps/neo4j/5.23.0/data/logs/.gitkeep rename to apps/neo4j/5.24.1/data/logs/.gitkeep diff --git a/apps/neo4j/5.23.0/docker-compose.yml b/apps/neo4j/5.24.1/docker-compose.yml similarity index 93% rename from apps/neo4j/5.23.0/docker-compose.yml rename to apps/neo4j/5.24.1/docker-compose.yml index dd85c5df..ae5873b6 100644 --- a/apps/neo4j/5.23.0/docker-compose.yml +++ b/apps/neo4j/5.24.1/docker-compose.yml @@ -1,6 +1,6 @@ services: neo4j: - image: neo4j:5.23.0 + image: neo4j:5.24.1 container_name: ${CONTAINER_NAME} restart: always networks: diff --git a/apps/neo4j/5.23.0/scripts/init.sh b/apps/neo4j/5.24.1/scripts/init.sh similarity index 100% rename from apps/neo4j/5.23.0/scripts/init.sh rename to apps/neo4j/5.24.1/scripts/init.sh