From 48291258dfa1f477a6cca2285c629e004e7e1586 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:23:31 +0800 Subject: [PATCH] chore(deps): update gitea.cn/gitea/gitea docker tag to v1.21.5 (#897) * chore(deps): update gitea.cn/gitea/gitea docker tag to v1.21.5 * 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.4 => 1.21.5}/data.yml | 0 apps/gitea/{1.21.4 => 1.21.5}/docker-compose.yml | 2 +- apps/gitea/{1.21.4 => 1.21.5}/scripts/upgrade.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename apps/gitea/{1.21.4 => 1.21.5}/data.yml (100%) rename apps/gitea/{1.21.4 => 1.21.5}/docker-compose.yml (94%) rename apps/gitea/{1.21.4 => 1.21.5}/scripts/upgrade.sh (100%) diff --git a/apps/gitea/1.21.4/data.yml b/apps/gitea/1.21.5/data.yml similarity index 100% rename from apps/gitea/1.21.4/data.yml rename to apps/gitea/1.21.5/data.yml diff --git a/apps/gitea/1.21.4/docker-compose.yml b/apps/gitea/1.21.5/docker-compose.yml similarity index 94% rename from apps/gitea/1.21.4/docker-compose.yml rename to apps/gitea/1.21.5/docker-compose.yml index 129750fd..9bf892d1 100644 --- a/apps/gitea/1.21.4/docker-compose.yml +++ b/apps/gitea/1.21.5/docker-compose.yml @@ -1,7 +1,7 @@ version: '3' services: gitea: - image: gitea.cn/gitea/gitea:1.21.4 + image: gitea.cn/gitea/gitea:1.21.5 container_name: ${CONTAINER_NAME} environment: - USER_UID=1000 diff --git a/apps/gitea/1.21.4/scripts/upgrade.sh b/apps/gitea/1.21.5/scripts/upgrade.sh similarity index 100% rename from apps/gitea/1.21.4/scripts/upgrade.sh rename to apps/gitea/1.21.5/scripts/upgrade.sh