chore(deps): update leepeuker/movary docker tag to v0.48.1 (#336)

* chore(deps): update leepeuker/movary docker tag to v0.48.1

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2023-04-16 21:55:45 -04:00 committed by GitHub
parent a5f956dcb1
commit b37dad23ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -5,9 +5,11 @@
"available": true,
"exposable": true,
"id": "movary",
"tipi_version": 1,
"version": "0.47.2",
"categories": ["media"],
"tipi_version": 2,
"version": "0.48.1",
"categories": [
"media"
],
"description": "Movary is a self-hosted web application to track and rate your watched movies (like a digital movie diary). You can import/export your history and ratings from/to third parties like trakt.tv or letterboxd.com, scrobble your watches via Plex and Jellyfin and more.",
"short_desc": "Movary is a self-hosted web application to track and rate your watched movies. ",
"author": "leepeuker",

View File

@ -2,7 +2,7 @@ version: "3"
services:
movary:
image: leepeuker/movary:0.47.2
image: leepeuker/movary:0.48.1
container_name: movary
environment:
- TMDB_API_KEY=${MOVARY_TMDB_API_KEY}