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.