chore(deps): update mauriceo/viewtube docker tag to v0.16.0 (#3754)

This commit is contained in:
renovate[bot] 2024-06-12 17:14:32 +00:00 committed by GitHub
parent a8a305d634
commit 521761bd16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 11 deletions

View File

@ -5,18 +5,13 @@
"available": true,
"exposable": true,
"id": "viewtube",
"tipi_version": 10,
"version": "0.15.3",
"categories": [
"media"
],
"tipi_version": 11,
"version": "0.16.0",
"categories": ["media"],
"description": "The open source, privacy-conscious way to enjoy your favorite YouTube content.",
"short_desc": "The open source, privacy-conscious way to enjoy your favorite YouTube content.",
"author": "ViewTube",
"source": "https://github.com/ViewTube/viewtube",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
"supported_architectures": ["arm64", "amd64"]
}

View File

@ -4,7 +4,7 @@ services:
viewtube:
restart: unless-stopped
container_name: viewtube
image: mauriceo/viewtube:0.15.3
image: mauriceo/viewtube:0.16.0
depends_on:
- viewtube-mongodb
- viewtube-redis

View File

@ -4,7 +4,7 @@ services:
viewtube:
restart: unless-stopped
container_name: viewtube
image: mauriceo/viewtube:0.15.3
image: mauriceo/viewtube:0.16.0
depends_on:
- viewtube-mongodb
- viewtube-redis