From 2e0aafc8f4edc695e204594aa3c985f90d34d324 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:57:07 +0000 Subject: [PATCH 1/2] chore(deps): update commitgo/gitea-ee docker tag to v23.8.1 --- apps/gitea/23.8.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gitea/23.8.0/docker-compose.yml b/apps/gitea/23.8.0/docker-compose.yml index 8fbd9a3da9a0..4d6362d03de7 100644 --- a/apps/gitea/23.8.0/docker-compose.yml +++ b/apps/gitea/23.8.0/docker-compose.yml @@ -1,6 +1,6 @@ services: gitea: - image: commitgo/gitea-ee:23.8.0 + image: commitgo/gitea-ee:23.8.1 container_name: ${CONTAINER_NAME} environment: - USER_UID=1000 From 53b2137f57ea3737c24a35750069d601c9ffd47e Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 11 Jun 2025 14:57:21 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/gitea/{23.8.0 => 23.8.1}/data.yml | 0 apps/gitea/{23.8.0 => 23.8.1}/docker-compose.yml | 0 apps/gitea/{23.8.0 => 23.8.1}/scripts/upgrade.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename apps/gitea/{23.8.0 => 23.8.1}/data.yml (100%) rename apps/gitea/{23.8.0 => 23.8.1}/docker-compose.yml (100%) rename apps/gitea/{23.8.0 => 23.8.1}/scripts/upgrade.sh (100%) diff --git a/apps/gitea/23.8.0/data.yml b/apps/gitea/23.8.1/data.yml similarity index 100% rename from apps/gitea/23.8.0/data.yml rename to apps/gitea/23.8.1/data.yml diff --git a/apps/gitea/23.8.0/docker-compose.yml b/apps/gitea/23.8.1/docker-compose.yml similarity index 100% rename from apps/gitea/23.8.0/docker-compose.yml rename to apps/gitea/23.8.1/docker-compose.yml diff --git a/apps/gitea/23.8.0/scripts/upgrade.sh b/apps/gitea/23.8.1/scripts/upgrade.sh similarity index 100% rename from apps/gitea/23.8.0/scripts/upgrade.sh rename to apps/gitea/23.8.1/scripts/upgrade.sh