From 957b0d49c471b34ba97e87c3db25ee3ec68a4aa4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 11:03:16 +0800 Subject: [PATCH] chore(deps): update advplyr/audiobookshelf docker tag to v2.7.1 (#771) * chore(deps): update advplyr/audiobookshelf docker tag to v2.7.1 * 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 --- apps/audiobookshelf/{2.7.0 => 2.7.1}/data.yml | 0 apps/audiobookshelf/{2.7.0 => 2.7.1}/docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename apps/audiobookshelf/{2.7.0 => 2.7.1}/data.yml (100%) rename apps/audiobookshelf/{2.7.0 => 2.7.1}/docker-compose.yml (91%) diff --git a/apps/audiobookshelf/2.7.0/data.yml b/apps/audiobookshelf/2.7.1/data.yml similarity index 100% rename from apps/audiobookshelf/2.7.0/data.yml rename to apps/audiobookshelf/2.7.1/data.yml diff --git a/apps/audiobookshelf/2.7.0/docker-compose.yml b/apps/audiobookshelf/2.7.1/docker-compose.yml similarity index 91% rename from apps/audiobookshelf/2.7.0/docker-compose.yml rename to apps/audiobookshelf/2.7.1/docker-compose.yml index fc887b69..45b27e04 100644 --- a/apps/audiobookshelf/2.7.0/docker-compose.yml +++ b/apps/audiobookshelf/2.7.1/docker-compose.yml @@ -12,7 +12,7 @@ services: - "./data/podcasts:/podcasts" - "./data/config:/config" - "./data/metadata:/metadata" - image: advplyr/audiobookshelf:2.7.0 + image: advplyr/audiobookshelf:2.7.1 labels: createdBy: "Apps"