Update converter version

This commit is contained in:
2023-01-06 19:31:07 +01:00
parent 69ad025b03
commit 807c8ccfdc

View File

@@ -6,7 +6,7 @@ RUN apt-get update \
# Get converter bin # Get converter bin
WORKDIR /root/fb2converter WORKDIR /root/fb2converter
ADD https://github.com/rupor-github/fb2converter/releases/download/v1.64.5/fb2c_linux_amd64.zip ./ ADD https://github.com/rupor-github/fb2converter/releases/download/v1.67.1/fb2c_linux_amd64.zip ./
RUN unzip fb2c_linux_amd64.zip RUN unzip fb2c_linux_amd64.zip
# Install requirements # Install requirements