From 198898a4bc668f12617e18c1549f9f9311a898e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:04:59 +0800 Subject: [PATCH] chore(deps): update neo4j docker tag to v5.24.2 (#2308) * chore(deps): update neo4j docker tag to v5.24.2 * 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.24.1 => 5.24.2}/data.yml | 0 apps/neo4j/{5.24.1 => 5.24.2}/data/data/.gitkeep | 0 apps/neo4j/{5.24.1 => 5.24.2}/data/logs/.gitkeep | 0 apps/neo4j/{5.24.1 => 5.24.2}/docker-compose.yml | 2 +- apps/neo4j/{5.24.1 => 5.24.2}/scripts/init.sh | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename apps/neo4j/{5.24.1 => 5.24.2}/data.yml (100%) rename apps/neo4j/{5.24.1 => 5.24.2}/data/data/.gitkeep (100%) rename apps/neo4j/{5.24.1 => 5.24.2}/data/logs/.gitkeep (100%) rename apps/neo4j/{5.24.1 => 5.24.2}/docker-compose.yml (93%) rename apps/neo4j/{5.24.1 => 5.24.2}/scripts/init.sh (100%) diff --git a/apps/neo4j/5.24.1/data.yml b/apps/neo4j/5.24.2/data.yml similarity index 100% rename from apps/neo4j/5.24.1/data.yml rename to apps/neo4j/5.24.2/data.yml diff --git a/apps/neo4j/5.24.1/data/data/.gitkeep b/apps/neo4j/5.24.2/data/data/.gitkeep similarity index 100% rename from apps/neo4j/5.24.1/data/data/.gitkeep rename to apps/neo4j/5.24.2/data/data/.gitkeep diff --git a/apps/neo4j/5.24.1/data/logs/.gitkeep b/apps/neo4j/5.24.2/data/logs/.gitkeep similarity index 100% rename from apps/neo4j/5.24.1/data/logs/.gitkeep rename to apps/neo4j/5.24.2/data/logs/.gitkeep diff --git a/apps/neo4j/5.24.1/docker-compose.yml b/apps/neo4j/5.24.2/docker-compose.yml similarity index 93% rename from apps/neo4j/5.24.1/docker-compose.yml rename to apps/neo4j/5.24.2/docker-compose.yml index ae5873b6..f55aa1c0 100644 --- a/apps/neo4j/5.24.1/docker-compose.yml +++ b/apps/neo4j/5.24.2/docker-compose.yml @@ -1,6 +1,6 @@ services: neo4j: - image: neo4j:5.24.1 + image: neo4j:5.24.2 container_name: ${CONTAINER_NAME} restart: always networks: diff --git a/apps/neo4j/5.24.1/scripts/init.sh b/apps/neo4j/5.24.2/scripts/init.sh similarity index 100% rename from apps/neo4j/5.24.1/scripts/init.sh rename to apps/neo4j/5.24.2/scripts/init.sh