From 5454b74812449e7a7cc2e114ca77d64a6a4dfb24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:28:33 +0800 Subject: [PATCH] chore(deps): update commitgo/gitea-ee docker tag to v22.2.0 (#2168) * chore(deps): update commitgo/gitea-ee docker tag to v22.2.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/gitea/{22.1.3 => 22.2.0}/data.yml | 0 apps/gitea/{22.1.3 => 22.2.0}/docker-compose.yml | 2 +- apps/gitea/{22.1.3 => 22.2.0}/scripts/upgrade.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename apps/gitea/{22.1.3 => 22.2.0}/data.yml (100%) rename apps/gitea/{22.1.3 => 22.2.0}/docker-compose.yml (95%) rename apps/gitea/{22.1.3 => 22.2.0}/scripts/upgrade.sh (100%) diff --git a/apps/gitea/22.1.3/data.yml b/apps/gitea/22.2.0/data.yml similarity index 100% rename from apps/gitea/22.1.3/data.yml rename to apps/gitea/22.2.0/data.yml diff --git a/apps/gitea/22.1.3/docker-compose.yml b/apps/gitea/22.2.0/docker-compose.yml similarity index 95% rename from apps/gitea/22.1.3/docker-compose.yml rename to apps/gitea/22.2.0/docker-compose.yml index ba569bf4e..2900fbf03 100644 --- a/apps/gitea/22.1.3/docker-compose.yml +++ b/apps/gitea/22.2.0/docker-compose.yml @@ -1,6 +1,6 @@ services: gitea: - image: commitgo/gitea-ee:22.1.3 + image: commitgo/gitea-ee:22.2.0 container_name: ${CONTAINER_NAME} environment: - USER_UID=1000 diff --git a/apps/gitea/22.1.3/scripts/upgrade.sh b/apps/gitea/22.2.0/scripts/upgrade.sh similarity index 100% rename from apps/gitea/22.1.3/scripts/upgrade.sh rename to apps/gitea/22.2.0/scripts/upgrade.sh