chore(deps): update mauriceo/viewtube docker tag to v0.16.1 (#3778)

This commit is contained in:
renovate[bot] 2024-06-13 18:02:14 +00:00 committed by GitHub
parent ca2b47694f
commit b100cdd835
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "viewtube", "id": "viewtube",
"tipi_version": 11, "tipi_version": 12,
"version": "0.16.0", "version": "0.16.1",
"categories": ["media"], "categories": ["media"],
"description": "The open source, privacy-conscious way to enjoy your favorite YouTube content.", "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.", "short_desc": "The open source, privacy-conscious way to enjoy your favorite YouTube content.",

View File

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

View File

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