From 5ba91d575b05985ba5ab5406acc7adef87082c93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:58:52 +0800 Subject: [PATCH] chore(deps): update ghcr.io/nodebb/nodebb docker tag to v4.4.4 (#4164) * chore(deps): update ghcr.io/nodebb/nodebb docker tag to v4.4.4 * 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 --- nodebb/{4.4.3 => 4.4.4}/data.yml | 0 nodebb/{4.4.3 => 4.4.4}/data/build/.gitkeep | 0 nodebb/{4.4.3 => 4.4.4}/data/config/.gitkeep | 0 nodebb/{4.4.3 => 4.4.4}/data/node_modules/.gitkeep | 0 nodebb/{4.4.3 => 4.4.4}/data/uploads/.gitkeep | 0 nodebb/{4.4.3 => 4.4.4}/docker-compose.yml | 2 +- nodebb/{4.4.3 => 4.4.4}/scripts/init.sh | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename nodebb/{4.4.3 => 4.4.4}/data.yml (100%) rename nodebb/{4.4.3 => 4.4.4}/data/build/.gitkeep (100%) rename nodebb/{4.4.3 => 4.4.4}/data/config/.gitkeep (100%) rename nodebb/{4.4.3 => 4.4.4}/data/node_modules/.gitkeep (100%) rename nodebb/{4.4.3 => 4.4.4}/data/uploads/.gitkeep (100%) rename nodebb/{4.4.3 => 4.4.4}/docker-compose.yml (91%) rename nodebb/{4.4.3 => 4.4.4}/scripts/init.sh (100%) diff --git a/nodebb/4.4.3/data.yml b/nodebb/4.4.4/data.yml similarity index 100% rename from nodebb/4.4.3/data.yml rename to nodebb/4.4.4/data.yml diff --git a/nodebb/4.4.3/data/build/.gitkeep b/nodebb/4.4.4/data/build/.gitkeep similarity index 100% rename from nodebb/4.4.3/data/build/.gitkeep rename to nodebb/4.4.4/data/build/.gitkeep diff --git a/nodebb/4.4.3/data/config/.gitkeep b/nodebb/4.4.4/data/config/.gitkeep similarity index 100% rename from nodebb/4.4.3/data/config/.gitkeep rename to nodebb/4.4.4/data/config/.gitkeep diff --git a/nodebb/4.4.3/data/node_modules/.gitkeep b/nodebb/4.4.4/data/node_modules/.gitkeep similarity index 100% rename from nodebb/4.4.3/data/node_modules/.gitkeep rename to nodebb/4.4.4/data/node_modules/.gitkeep diff --git a/nodebb/4.4.3/data/uploads/.gitkeep b/nodebb/4.4.4/data/uploads/.gitkeep similarity index 100% rename from nodebb/4.4.3/data/uploads/.gitkeep rename to nodebb/4.4.4/data/uploads/.gitkeep diff --git a/nodebb/4.4.3/docker-compose.yml b/nodebb/4.4.4/docker-compose.yml similarity index 91% rename from nodebb/4.4.3/docker-compose.yml rename to nodebb/4.4.4/docker-compose.yml index 8c786e39e..dab4593b4 100644 --- a/nodebb/4.4.3/docker-compose.yml +++ b/nodebb/4.4.4/docker-compose.yml @@ -1,6 +1,6 @@ services: nodebb: - image: ghcr.io/nodebb/nodebb:4.4.3 + image: ghcr.io/nodebb/nodebb:4.4.4 container_name: ${CONTAINER_NAME} restart: unless-stopped networks: diff --git a/nodebb/4.4.3/scripts/init.sh b/nodebb/4.4.4/scripts/init.sh similarity index 100% rename from nodebb/4.4.3/scripts/init.sh rename to nodebb/4.4.4/scripts/init.sh