chore(deps): update mauriceo/viewtube docker tag to v0.16.2 (#3794)

This commit is contained in:
renovate[bot] 2024-06-15 19:25:55 +00:00 committed by GitHub
parent 180d506cad
commit b99bf7a361
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": 12, "tipi_version": 13,
"version": "0.16.1", "version": "0.16.2",
"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.1 image: mauriceo/viewtube:0.16.2
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.1 image: mauriceo/viewtube:0.16.2
depends_on: depends_on:
- viewtube-mongodb - viewtube-mongodb
- viewtube-redis - viewtube-redis