You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can now update to the latest Calibre version thank to the PR from @FennyFatal that maintains compatibility for machines using older kernals with the latest versions and also changed set-cwa.sh to be more compatable with NFS based configs
Copy file name to clipboardExpand all lines: Dockerfile
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ ARG BUILD_DATE
27
27
ARG VERSION
28
28
ARG CALIBREWEB_RELEASE=0.6.24
29
29
ARG LSCW_RELEASE=0.6.24-ls304
30
-
ARGUNIVERSAL_CALIBRE_RELEASE=7.16.0
30
+
ARGCALIBRE_RELEASE=8.4.0
31
31
ARG KEPUBIFY_RELEASE=v4.0.4
32
32
LABEL build_version="Version:- ${VERSION}"
33
33
LABEL build_date="${BUILD_DATE}"
@@ -169,15 +169,15 @@ RUN \
169
169
# STEP 3.2 - Make the /app/calibre directory for the installed files
170
170
mkdir -p \
171
171
/app/calibre && \
172
-
# STEP 3.3 - Download the desired version of Calibre, determined by the UNIVERSAL_CALIBRE_RELEASE variable and the architecture of the build environment
172
+
# STEP 3.3 - Download the desired version of Calibre, determined by the CALIBRE_RELEASE variable and the architecture of the build environment
0 commit comments