diff --git a/Dockerfile b/Dockerfile index bf8345c..459daf8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,9 +63,9 @@ RUN echo *** Install Packages *** && \ set -x && \ apk add --no-cache --upgrade py-pillow && \ if [ -z ${FFF_RELEASE+x} ]; then \ - python3 -m pip --no-cache-dir install FanFicFare \ + python3 -m pip --no-cache-dir install FanFicFare; \ else \ - python3 -m pip --no-cache-dir install --extra-index-url https://testpypi.python.org/pypi FanFicFare==${FFF_RELEASE} \ + python3 -m pip --no-cache-dir install --extra-index-url https://testpypi.python.org/pypi FanFicFare==${FFF_RELEASE}; \ fi && \ python3 -m pip --no-cache-dir install pushbullet.py && \ ln -s /opt/calibre/calibredb /bin/calibredb diff --git a/release-versions/latest.txt b/release-versions/latest.txt index 3e4e6fb..cd3300f 100644 --- a/release-versions/latest.txt +++ b/release-versions/latest.txt @@ -1 +1 @@ -v2022.03.25-12 +v2022.03.25-13