chore(deps): update yooooomi/your_spotify_client docker tag to v1.10.0 (#2926)

This commit is contained in:
renovate[bot] 2024-03-23 17:09:30 +00:00 committed by GitHub
parent a37b97a061
commit 8cd535042d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8103, "port": 8103,
"id": "your-spotify", "id": "your-spotify",
"tipi_version": 12, "tipi_version": 13,
"version": "1.9.1", "version": "1.10.0",
"categories": [ "categories": [
"music", "music",
"utilities" "utilities"

View File

@ -3,7 +3,7 @@ version: "3"
services: services:
your-spotify: your-spotify:
container_name: your-spotify container_name: your-spotify
image: yooooomi/your_spotify_client:1.9.1 image: yooooomi/your_spotify_client:1.10.0
depends_on: depends_on:
- your-spotify-server - your-spotify-server
restart: unless-stopped restart: unless-stopped