Bump ytdlw to include deadlock fix
This commit is contained in:
parent
1307864afc
commit
505a6b5e8d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user