From f4dde355b44d2a9503a46a99f1439ea968eac46e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 22:51:10 +0000 Subject: [PATCH] chore(deps): update ghcr.io/steveiliop56/tinyauth docker tag to v5.0.4 (localApps) (#4481) --- apps/tinyauth/{5.0.3 => 5.0.4}/data.yml | 0 apps/tinyauth/{5.0.3 => 5.0.4}/docker-compose.yml | 2 +- apps/tinyauth/{5.0.3 => 5.0.4}/scripts/init.sh | 0 apps/tinyauth/{5.0.3 => 5.0.4}/scripts/upgrade.sh | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename apps/tinyauth/{5.0.3 => 5.0.4}/data.yml (100%) rename apps/tinyauth/{5.0.3 => 5.0.4}/docker-compose.yml (96%) rename apps/tinyauth/{5.0.3 => 5.0.4}/scripts/init.sh (100%) rename apps/tinyauth/{5.0.3 => 5.0.4}/scripts/upgrade.sh (100%) diff --git a/apps/tinyauth/5.0.3/data.yml b/apps/tinyauth/5.0.4/data.yml similarity index 100% rename from apps/tinyauth/5.0.3/data.yml rename to apps/tinyauth/5.0.4/data.yml diff --git a/apps/tinyauth/5.0.3/docker-compose.yml b/apps/tinyauth/5.0.4/docker-compose.yml similarity index 96% rename from apps/tinyauth/5.0.3/docker-compose.yml rename to apps/tinyauth/5.0.4/docker-compose.yml index 73c5a1f4d..7a3f69872 100644 --- a/apps/tinyauth/5.0.3/docker-compose.yml +++ b/apps/tinyauth/5.0.4/docker-compose.yml @@ -1,6 +1,6 @@ services: tinyauth: - image: ghcr.io/steveiliop56/tinyauth:v5.0.3 + image: ghcr.io/steveiliop56/tinyauth:v5.0.4 container_name: ${CONTAINER_NAME} environment: # ---- 通用配置 ---- diff --git a/apps/tinyauth/5.0.3/scripts/init.sh b/apps/tinyauth/5.0.4/scripts/init.sh similarity index 100% rename from apps/tinyauth/5.0.3/scripts/init.sh rename to apps/tinyauth/5.0.4/scripts/init.sh diff --git a/apps/tinyauth/5.0.3/scripts/upgrade.sh b/apps/tinyauth/5.0.4/scripts/upgrade.sh similarity index 100% rename from apps/tinyauth/5.0.3/scripts/upgrade.sh rename to apps/tinyauth/5.0.4/scripts/upgrade.sh