From d90918fa91bd0b321dafb61bd2ee594666242bb1 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 --- gitea/{22.3.0 => 22.3.1}/data.yml | 0 gitea/{22.3.0 => 22.3.1}/docker-compose.yml | 2 +- gitea/{22.3.0 => 22.3.1}/scripts/upgrade.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename gitea/{22.3.0 => 22.3.1}/data.yml (100%) rename gitea/{22.3.0 => 22.3.1}/docker-compose.yml (92%) rename gitea/{22.3.0 => 22.3.1}/scripts/upgrade.sh (100%) diff --git a/gitea/22.3.0/data.yml b/gitea/22.3.1/data.yml similarity index 100% rename from gitea/22.3.0/data.yml rename to gitea/22.3.1/data.yml diff --git a/gitea/22.3.0/docker-compose.yml b/gitea/22.3.1/docker-compose.yml similarity index 92% rename from gitea/22.3.0/docker-compose.yml rename to gitea/22.3.1/docker-compose.yml index 9189f47a4..b1bd43f41 100644 --- a/gitea/22.3.0/docker-compose.yml +++ b/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/gitea/22.3.0/scripts/upgrade.sh b/gitea/22.3.1/scripts/upgrade.sh similarity index 100% rename from gitea/22.3.0/scripts/upgrade.sh rename to gitea/22.3.1/scripts/upgrade.sh