another typo

This commit is contained in:
MrTyton 2022-03-25 23:39:06 -04:00
parent da9949bf88
commit 106bcefe49
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ LABEL build_version="FFDL-Auto version:- ${VERSION} Calibre: ${CALIBRE_RELEASE}
ENV PUID="911" \
PGID="911" \
CALIBRE_INSTALLER_SOURCE_CODE_URL https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py
CALIBRE_INSTALLER_SOURCE_CODE_URL="https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py"
RUN set -x && \
apk update && \

View File

@ -1 +1 @@
2022.03.25-30
2022.03.25-31