diff --git a/services/ytdl.tf b/services/ytdl.tf index 40d61a2..9dceaf2 100644 --- a/services/ytdl.tf +++ b/services/ytdl.tf @@ -2,7 +2,7 @@ module "ytdl-web" { source = "./service" 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"] ingress = true service_port = 5000