From 2ef3905e4c121c9820eb4da16121cc22e9685d2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 23:12:04 +0800 Subject: [PATCH] chore(deps): update commitgo/gitea-ee docker tag to v23.6.0 (#3575) * chore(deps): update commitgo/gitea-ee docker tag to v23.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/{23.5.1 => 23.6.0}/data.yml | 0 gitea/{23.5.1 => 23.6.0}/docker-compose.yml | 2 +- gitea/{23.5.1 => 23.6.0}/scripts/upgrade.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename gitea/{23.5.1 => 23.6.0}/data.yml (100%) rename gitea/{23.5.1 => 23.6.0}/docker-compose.yml (92%) rename gitea/{23.5.1 => 23.6.0}/scripts/upgrade.sh (100%) diff --git a/gitea/23.5.1/data.yml b/gitea/23.6.0/data.yml similarity index 100% rename from gitea/23.5.1/data.yml rename to gitea/23.6.0/data.yml diff --git a/gitea/23.5.1/docker-compose.yml b/gitea/23.6.0/docker-compose.yml similarity index 92% rename from gitea/23.5.1/docker-compose.yml rename to gitea/23.6.0/docker-compose.yml index b5ce1dfe0..e98012f99 100644 --- a/gitea/23.5.1/docker-compose.yml +++ b/gitea/23.6.0/docker-compose.yml @@ -1,6 +1,6 @@ services: gitea: - image: commitgo/gitea-ee:23.5.1 + image: commitgo/gitea-ee:23.6.0 container_name: ${CONTAINER_NAME} environment: - USER_UID=1000 diff --git a/gitea/23.5.1/scripts/upgrade.sh b/gitea/23.6.0/scripts/upgrade.sh similarity index 100% rename from gitea/23.5.1/scripts/upgrade.sh rename to gitea/23.6.0/scripts/upgrade.sh