Bump ytdlw to include deadlock fix

This commit is contained in:
IamTheFij 2024-06-27 09:36:57 -07:00
parent 1307864afc
commit 505a6b5e8d

View File

@ -2,7 +2,7 @@ module "ytdl-web" {
source = "./service" source = "./service"
name = "ytdl-web" name = "ytdl-web"
image = "iamthefij/ytdl-web:0.1.3" image = "iamthefij/ytdl-web:0.1.4"
args = ["poetry", "run", "python", "-m", "ytdl_web.web", "--downloader"] args = ["poetry", "run", "python", "-m", "ytdl_web.web", "--downloader"]
ingress = true ingress = true
service_port = 5000 service_port = 5000