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, "available": true,
"exposable": true, "exposable": true,
"id": "viewtube", "id": "viewtube",
"tipi_version": 10, "tipi_version": 11,
"version": "0.15.3", "version": "0.16.0",
"categories": [ "categories": ["media"],
"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.",
"author": "ViewTube", "author": "ViewTube",
"source": "https://github.com/ViewTube/viewtube", "source": "https://github.com/ViewTube/viewtube",
"form_fields": [], "form_fields": [],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

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.15.3 image: mauriceo/viewtube:0.16.0
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.15.3 image: mauriceo/viewtube:0.16.0
depends_on: depends_on:
- viewtube-mongodb - viewtube-mongodb
- viewtube-redis - viewtube-redis