chore(deps): update yooooomi/your_spotify_client docker tag to v1.7.2 (#1635)
This commit is contained in:
parent
2a629a62c7
commit
a5e270d326
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8103,
|
||||
"id": "your-spotify",
|
||||
"tipi_version": 6,
|
||||
"version": "1.7.1",
|
||||
"tipi_version": 7,
|
||||
"version": "1.7.2",
|
||||
"categories": [
|
||||
"music",
|
||||
"utilities"
|
||||
|
@ -31,5 +31,8 @@
|
|||
"env_variable": "SPOTIFY_SECRET"
|
||||
}
|
||||
],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
|||
services:
|
||||
your-spotify:
|
||||
container_name: your-spotify
|
||||
image: yooooomi/your_spotify_client:1.7.1
|
||||
image: yooooomi/your_spotify_client:1.7.2
|
||||
depends_on:
|
||||
- your-spotify-server
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in New Issue
Block a user