From 8609c567dde5288c5354bb129146054d55583fba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:54:03 +0800 Subject: [PATCH] chore(deps): update gitea.cn/gitea/gitea docker tag to v1.21.11 (#1312) * chore(deps): update gitea.cn/gitea/gitea docker tag to v1.21.11 * 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/{1.21.10 => 1.21.11}/data.yml | 0 apps/gitea/{1.21.10 => 1.21.11}/docker-compose.yml | 2 +- apps/gitea/{1.21.10 => 1.21.11}/scripts/upgrade.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename apps/gitea/{1.21.10 => 1.21.11}/data.yml (100%) rename apps/gitea/{1.21.10 => 1.21.11}/docker-compose.yml (94%) rename apps/gitea/{1.21.10 => 1.21.11}/scripts/upgrade.sh (100%) diff --git a/apps/gitea/1.21.10/data.yml b/apps/gitea/1.21.11/data.yml similarity index 100% rename from apps/gitea/1.21.10/data.yml rename to apps/gitea/1.21.11/data.yml diff --git a/apps/gitea/1.21.10/docker-compose.yml b/apps/gitea/1.21.11/docker-compose.yml similarity index 94% rename from apps/gitea/1.21.10/docker-compose.yml rename to apps/gitea/1.21.11/docker-compose.yml index fefa2b33..3f2926ed 100644 --- a/apps/gitea/1.21.10/docker-compose.yml +++ b/apps/gitea/1.21.11/docker-compose.yml @@ -1,6 +1,6 @@ services: gitea: - image: gitea.cn/gitea/gitea:1.21.10 + image: gitea.cn/gitea/gitea:1.21.11 container_name: ${CONTAINER_NAME} environment: - USER_UID=1000 diff --git a/apps/gitea/1.21.10/scripts/upgrade.sh b/apps/gitea/1.21.11/scripts/upgrade.sh similarity index 100% rename from apps/gitea/1.21.10/scripts/upgrade.sh rename to apps/gitea/1.21.11/scripts/upgrade.sh