diff --git a/Dockerfile b/Dockerfile index 711967c..f5d86c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN \ nodejs && \ echo "**** install pip packages ****" && \ pip install --no-cache-dir -U \ - comictagger \ + comictagger==1.1.32rc1 \ configparser \ html5lib \ requests \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index d00125a..97a9422 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -14,7 +14,7 @@ RUN \ nodejs && \ echo "**** install pip packages ****" && \ pip install --no-cache-dir -U \ - comictagger \ + comictagger==1.1.32rc1 \ configparser \ html5lib \ requests \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 8f206c9..90e64ea 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -14,7 +14,7 @@ RUN \ nodejs && \ echo "**** install pip packages ****" && \ pip install --no-cache-dir -U \ - comictagger \ + comictagger==1.1.32rc1 \ configparser \ html5lib \ requests \