From 8cb7ac929750bb6dc0f6041b8fe3fd6990eac49b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:50:25 +0800 Subject: [PATCH] chore(deps): update commitgo/gitea-ee docker tag to v22.3.3 (#2478) * chore(deps): update commitgo/gitea-ee docker tag to v22.3.3 * 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.1 => 22.3.3}/data.yml | 0 gitea/{22.3.1 => 22.3.3}/docker-compose.yml | 2 +- gitea/{22.3.1 => 22.3.3}/scripts/upgrade.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename gitea/{22.3.1 => 22.3.3}/data.yml (100%) rename gitea/{22.3.1 => 22.3.3}/docker-compose.yml (95%) rename gitea/{22.3.1 => 22.3.3}/scripts/upgrade.sh (100%) diff --git a/gitea/22.3.1/data.yml b/gitea/22.3.3/data.yml similarity index 100% rename from gitea/22.3.1/data.yml rename to gitea/22.3.3/data.yml diff --git a/gitea/22.3.1/docker-compose.yml b/gitea/22.3.3/docker-compose.yml similarity index 95% rename from gitea/22.3.1/docker-compose.yml rename to gitea/22.3.3/docker-compose.yml index b1bd43f41..226d9ae25 100644 --- a/gitea/22.3.1/docker-compose.yml +++ b/gitea/22.3.3/docker-compose.yml @@ -1,6 +1,6 @@ services: gitea: - image: commitgo/gitea-ee:22.3.1 + image: commitgo/gitea-ee:22.3.3 container_name: ${CONTAINER_NAME} environment: - USER_UID=1000 diff --git a/gitea/22.3.1/scripts/upgrade.sh b/gitea/22.3.3/scripts/upgrade.sh similarity index 100% rename from gitea/22.3.1/scripts/upgrade.sh rename to gitea/22.3.3/scripts/upgrade.sh