Skip to content

Commit af952df

Browse files
Bot Updating Documentation
1 parent be3588d commit af952df

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/images/docker-your_spotify.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The architectures supported by this image are:
3939

4040
You have to create a Spotify application through their [developer dashboard](https://developer.spotify.com/dashboard/applications) to get your Client ID and secret. Set the Redirect URI to match your APP_URL address with `/api/oauth/spotify/callback` included after the domain (i.e., `http://localhost/api/oauth/spotify/callback`).
4141

42-
The application requires an external [mongodb database](https://hub.docker.com/_/mongo/), supported versions are 5.x, 6.x, and 7.x.
42+
The application requires an external [mongodb database](https://hub.docker.com/_/mongo/), supported versions are 5+.
4343

4444
This ia an all-in-one container which includes both the server and client components. If you require these to be separate then please use the releases from the [your_spotify repo](https://github.com/Yooooomi/your_spotify).
4545

@@ -342,13 +342,14 @@ To help with development, we generate this dependency graph.
342342
svc-your_spotify -> legacy-services
343343
}
344344
Base Images: {
345-
"baseimage-alpine-nginx:3.21" <- "baseimage-alpine:3.21"
345+
"baseimage-alpine-nginx:3.22" <- "baseimage-alpine:3.22"
346346
}
347347
"your_spotify:latest" <- Base Images
348348
```
349349

350350
## Versions
351351

352+
* **09.07.25:** - Rebase to Alpine 3.22.
352353
* **20.12.24:** - Rebase to Alpine 3.21.
353354
* **27.05.24:** - Existing users should update their nginx confs to avoid http2 deprecation warnings.
354355
* **24.05.24:** - Rebase to Alpine 3.20.

0 commit comments

Comments
 (0)