Update fb2converter

This commit is contained in:
2022-04-07 19:33:47 +03:00
parent c4baa74110
commit fdddd4e3a6

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