From 0419addb28831348d950b80d05b22cf436869ad2 Mon Sep 17 00:00:00 2001 From: Nathan Doyle <582149+Natetronn@users.noreply.github.com> Date: Fri, 30 Jun 2023 10:02:30 -0700 Subject: [PATCH] [Emby] Update image to use latest tag (#195) Updated the image to use the latest version tag --------- Co-authored-by: Tiger Wang --- Apps/Emby/appfile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps/Emby/appfile.json b/Apps/Emby/appfile.json index 507dce9..3370ddf 100644 --- a/Apps/Emby/appfile.json +++ b/Apps/Emby/appfile.json @@ -29,7 +29,7 @@ "support": "https://discord.gg/knqAbbBbeX", "website": "https://www.casaos.io", "container": { - "image": "linuxserver/emby:4.6.7", + "image": "linuxserver/emby:4.7.13", "shell": "sh", "privileged": false, "network_model": "bridge",