From 655c5fb80e45b4c58947bcc228fab0c080859a99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 17:46:24 +0000 Subject: [PATCH] chore(deps): update yooooomi/your_spotify_client docker tag to v1.8.1 (#2745) --- apps/your-spotify/config.json | 4 ++-- apps/your-spotify/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/your-spotify/config.json b/apps/your-spotify/config.json index f9aaeb39..2c6d34f4 100644 --- a/apps/your-spotify/config.json +++ b/apps/your-spotify/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8103, "id": "your-spotify", - "tipi_version": 9, - "version": "1.8.0", + "tipi_version": 10, + "version": "1.8.1", "categories": [ "music", "utilities" diff --git a/apps/your-spotify/docker-compose.yml b/apps/your-spotify/docker-compose.yml index 567e5b62..ebe97a33 100644 --- a/apps/your-spotify/docker-compose.yml +++ b/apps/your-spotify/docker-compose.yml @@ -3,7 +3,7 @@ version: "3" services: your-spotify: container_name: your-spotify - image: yooooomi/your_spotify_client:1.8.0 + image: yooooomi/your_spotify_client:1.8.1 depends_on: - your-spotify-server restart: unless-stopped