From 3a867458fbfc0c9599b6e7c0aa27b32ea9324903 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 01:06:12 +0000 Subject: [PATCH] chore(deps): update yooooomi/your_spotify_client docker tag to v1.9.0 (#2812) --- 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 2c6d34f4..740f2ce6 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": 10, - "version": "1.8.1", + "tipi_version": 11, + "version": "1.9.0", "categories": [ "music", "utilities" diff --git a/apps/your-spotify/docker-compose.yml b/apps/your-spotify/docker-compose.yml index ebe97a33..b5648db2 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.1 + image: yooooomi/your_spotify_client:1.9.0 depends_on: - your-spotify-server restart: unless-stopped