From 7c018e5a064c0dac45a9fa45228b2bf272ee7123 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 22:06:47 +0800 Subject: [PATCH] chore(deps): update commitgo/gitea-ee docker tag to v22.6.0 (#2747) * chore(deps): update commitgo/gitea-ee docker tag to v22.6.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 --- gitea/{22.4.0 => 22.6.0}/data.yml | 0 gitea/{22.4.0 => 22.6.0}/docker-compose.yml | 2 +- gitea/{22.4.0 => 22.6.0}/scripts/upgrade.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename gitea/{22.4.0 => 22.6.0}/data.yml (100%) rename gitea/{22.4.0 => 22.6.0}/docker-compose.yml (92%) rename gitea/{22.4.0 => 22.6.0}/scripts/upgrade.sh (100%) diff --git a/gitea/22.4.0/data.yml b/gitea/22.6.0/data.yml similarity index 100% rename from gitea/22.4.0/data.yml rename to gitea/22.6.0/data.yml diff --git a/gitea/22.4.0/docker-compose.yml b/gitea/22.6.0/docker-compose.yml similarity index 92% rename from gitea/22.4.0/docker-compose.yml rename to gitea/22.6.0/docker-compose.yml index d1eb4e203..e2371ef91 100644 --- a/gitea/22.4.0/docker-compose.yml +++ b/gitea/22.6.0/docker-compose.yml @@ -1,6 +1,6 @@ services: gitea: - image: commitgo/gitea-ee:22.4.0 + image: commitgo/gitea-ee:22.6.0 container_name: ${CONTAINER_NAME} environment: - USER_UID=1000 diff --git a/gitea/22.4.0/scripts/upgrade.sh b/gitea/22.6.0/scripts/upgrade.sh similarity index 100% rename from gitea/22.4.0/scripts/upgrade.sh rename to gitea/22.6.0/scripts/upgrade.sh