From e84ad76971c286d81c7fc2c8e7fccff4bd920f9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:51:33 +0800 Subject: [PATCH] chore(deps): update xhofe/alist docker tag to v3.39.0 (#2418) * chore(deps): update xhofe/alist docker tag to v3.39.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 --- alist/{3.38.0 => 3.39.0}/data.yml | 0 alist/{3.38.0 => 3.39.0}/data/data/.gitkeep | 0 alist/{3.38.0 => 3.39.0}/data/mnt/.gitkeep | 0 alist/{3.38.0 => 3.39.0}/docker-compose.yml | 2 +- alist/{3.38.0 => 3.39.0}/scripts/upgrade.sh | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename alist/{3.38.0 => 3.39.0}/data.yml (100%) rename alist/{3.38.0 => 3.39.0}/data/data/.gitkeep (100%) rename alist/{3.38.0 => 3.39.0}/data/mnt/.gitkeep (100%) rename alist/{3.38.0 => 3.39.0}/docker-compose.yml (93%) rename alist/{3.38.0 => 3.39.0}/scripts/upgrade.sh (100%) diff --git a/alist/3.38.0/data.yml b/alist/3.39.0/data.yml similarity index 100% rename from alist/3.38.0/data.yml rename to alist/3.39.0/data.yml diff --git a/alist/3.38.0/data/data/.gitkeep b/alist/3.39.0/data/data/.gitkeep similarity index 100% rename from alist/3.38.0/data/data/.gitkeep rename to alist/3.39.0/data/data/.gitkeep diff --git a/alist/3.38.0/data/mnt/.gitkeep b/alist/3.39.0/data/mnt/.gitkeep similarity index 100% rename from alist/3.38.0/data/mnt/.gitkeep rename to alist/3.39.0/data/mnt/.gitkeep diff --git a/alist/3.38.0/docker-compose.yml b/alist/3.39.0/docker-compose.yml similarity index 93% rename from alist/3.38.0/docker-compose.yml rename to alist/3.39.0/docker-compose.yml index 6808bb6d7..5d550597c 100644 --- a/alist/3.38.0/docker-compose.yml +++ b/alist/3.39.0/docker-compose.yml @@ -14,7 +14,7 @@ services: - PUID=0 - PGID=0 - UMASK=022 - image: xhofe/alist:v3.38.0 + image: xhofe/alist:v3.39.0 labels: createdBy: "Apps" networks: diff --git a/alist/3.38.0/scripts/upgrade.sh b/alist/3.39.0/scripts/upgrade.sh similarity index 100% rename from alist/3.38.0/scripts/upgrade.sh rename to alist/3.39.0/scripts/upgrade.sh