From cd22daa9363746b556313649ca684356b36df1f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:43:16 +0800 Subject: [PATCH] chore(deps): update commitgo/gitea-ee docker tag to v22.3.1 (#2345) * chore(deps): update commitgo/gitea-ee docker tag to v22.3.1 * 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.3.0 => 22.3.1}/data.yml | 0 apps/gitea/{22.3.0 => 22.3.1}/docker-compose.yml | 2 +- apps/gitea/{22.3.0 => 22.3.1}/scripts/upgrade.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename apps/gitea/{22.3.0 => 22.3.1}/data.yml (100%) rename apps/gitea/{22.3.0 => 22.3.1}/docker-compose.yml (95%) rename apps/gitea/{22.3.0 => 22.3.1}/scripts/upgrade.sh (100%) diff --git a/apps/gitea/22.3.0/data.yml b/apps/gitea/22.3.1/data.yml similarity index 100% rename from apps/gitea/22.3.0/data.yml rename to apps/gitea/22.3.1/data.yml diff --git a/apps/gitea/22.3.0/docker-compose.yml b/apps/gitea/22.3.1/docker-compose.yml similarity index 95% rename from apps/gitea/22.3.0/docker-compose.yml rename to apps/gitea/22.3.1/docker-compose.yml index 9189f47a4..b1bd43f41 100644 --- a/apps/gitea/22.3.0/docker-compose.yml +++ b/apps/gitea/22.3.1/docker-compose.yml @@ -1,6 +1,6 @@ services: gitea: - image: commitgo/gitea-ee:22.3.0 + image: commitgo/gitea-ee:22.3.1 container_name: ${CONTAINER_NAME} environment: - USER_UID=1000 diff --git a/apps/gitea/22.3.0/scripts/upgrade.sh b/apps/gitea/22.3.1/scripts/upgrade.sh similarity index 100% rename from apps/gitea/22.3.0/scripts/upgrade.sh rename to apps/gitea/22.3.1/scripts/upgrade.sh