From 22b33725b2275531853ade89480a9fc4498ab9bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:15:13 +0800 Subject: [PATCH] chore(deps): update advplyr/audiobookshelf docker tag to v2.16.2 (#2401) * chore(deps): update advplyr/audiobookshelf docker tag to v2.16.2 * 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 --- audiobookshelf/{2.16.0 => 2.16.2}/data.yml | 0 audiobookshelf/{2.16.0 => 2.16.2}/docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename audiobookshelf/{2.16.0 => 2.16.2}/data.yml (100%) rename audiobookshelf/{2.16.0 => 2.16.2}/docker-compose.yml (91%) diff --git a/audiobookshelf/2.16.0/data.yml b/audiobookshelf/2.16.2/data.yml similarity index 100% rename from audiobookshelf/2.16.0/data.yml rename to audiobookshelf/2.16.2/data.yml diff --git a/audiobookshelf/2.16.0/docker-compose.yml b/audiobookshelf/2.16.2/docker-compose.yml similarity index 91% rename from audiobookshelf/2.16.0/docker-compose.yml rename to audiobookshelf/2.16.2/docker-compose.yml index 3540dfcdf..1bc24fc76 100644 --- a/audiobookshelf/2.16.0/docker-compose.yml +++ b/audiobookshelf/2.16.2/docker-compose.yml @@ -11,7 +11,7 @@ services: - "./data/podcasts:/podcasts" - "./data/config:/config" - "./data/metadata:/metadata" - image: advplyr/audiobookshelf:2.16.0 + image: advplyr/audiobookshelf:2.16.2 labels: createdBy: "Apps"