Skip to content

Commit

Permalink
FILEBOT_VERSION="5.1.6"
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed Oct 16, 2024
1 parent ff81951 commit 3f06eb4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:22.04
LABEL maintainer="Reinhard Pointner <[email protected]>"


ENV FILEBOT_VERSION="5.1.5"
ENV FILEBOT_VERSION="5.1.6"


RUN set -eux \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM openjdk:17-alpine
LABEL maintainer="Reinhard Pointner <[email protected]>"


ENV FILEBOT_VERSION="5.1.5"
ENV FILEBOT_VERSION="5.1.6"
ENV FILEBOT_URL="https://get.filebot.net/filebot/FileBot_$FILEBOT_VERSION/FileBot_$FILEBOT_VERSION-portable.tar.xz"
ENV FILEBOT_SHA256="7f0ca8f49e4eef6f31c561d6beaeb76d324c5782003001d9474cabdcf6fa77b5"
ENV FILEBOT_SHA256="f5745885e7420d6b4d3e300accae253a9ac7c1b2633a017a1cdd8c667959f481"

ENV FILEBOT_HOME="/opt/filebot"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.beta
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -eux \
ENV FILEBOT_REVISION="r10380"


ENV FILEBOT_VERSION="5.1.5"
ENV FILEBOT_VERSION="5.1.6"
ENV FILEBOT_URL="https://get.filebot.net/filebot/BETA/FileBot_${FILEBOT_VERSION}_universal.deb"


Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.graalvm
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM ghcr.io/graalvm/graalvm-ce:latest
LABEL maintainer="Reinhard Pointner <[email protected]>"


ENV FILEBOT_VERSION="5.1.5"
ENV FILEBOT_VERSION="5.1.6"
ENV FILEBOT_URL="https://get.filebot.net/filebot/FileBot_$FILEBOT_VERSION/FileBot_$FILEBOT_VERSION-portable.tar.xz"
ENV FILEBOT_SHA256="7f0ca8f49e4eef6f31c561d6beaeb76d324c5782003001d9474cabdcf6fa77b5"
ENV FILEBOT_SHA256="f5745885e7420d6b4d3e300accae253a9ac7c1b2633a017a1cdd8c667959f481"


ENV FILEBOT_HOME="/opt/filebot"
Expand Down

0 comments on commit 3f06eb4

Please sign in to comment.