Update fb2converter

This commit is contained in:
2022-08-15 15:10:12 +03:00
parent eed7d30534
commit 64bab03a76

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.60.2/fb2c_linux_amd64.zip ./ ADD https://github.com/rupor-github/fb2converter/releases/download/v1.64.5/fb2c_linux_amd64.zip ./
RUN unzip fb2c_linux_amd64.zip RUN unzip fb2c_linux_amd64.zip
# Install requirements # Install requirements