From a8e59050eaba4adacc4551ae7bce03bf4b0f31f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20PONTON?= Date: Sun, 25 Apr 2021 02:37:58 +0200 Subject: [PATCH] bump filebot to version 4.9.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d20a739..9f6bcde 100644 --- a/Dockerfile +++ b/Dockerfile @@ -98,7 +98,7 @@ ln -s /var/lib/tomcat7/shared /usr/share/tomcat7/shared && \ # To find the latest version: https://www.filebot.net/download.php?mode=s&type=deb&arch=amd64 # We'll use a specific version for reproducible builds wget --no-check-certificate -q -O /files/filebot.deb \ - 'https://sourceforge.net/projects/filebot/files/filebot/FileBot_4.7.9/filebot_4.7.9_amd64.deb' && \ + 'https://sourceforge.net/projects/filebot/files/filebot/FileBot_4.9.3/filebot_4.9.3_amd64.deb' && \ dpkg -i /files/filebot.deb && rm /files/filebot.deb && \ # Otherwise RDP rendering of the UI doesn't work right.