From 69ff027b5a4e0f9e081b47d4e94db457c37cee7a Mon Sep 17 00:00:00 2001 From: "rk-1b[bot]" <150239517+rk-1b[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 06:21:37 +0000 Subject: [PATCH] =?UTF-8?q?feat(calibre-web):=20update=20ghcr.io/cdloh/cal?= =?UTF-8?q?ibre-bare=20(=207.22.0=20=E2=86=92=207.24.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/calibre-web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/calibre-web/Dockerfile b/apps/calibre-web/Dockerfile index 4bef704..e8e4067 100644 --- a/apps/calibre-web/Dockerfile +++ b/apps/calibre-web/Dockerfile @@ -55,7 +55,7 @@ RUN \ # Set permissions && chmod -R 755 /app -COPY --from=ghcr.io/cdloh/calibre-bare:7.22.0 / /opt/calibre +COPY --from=ghcr.io/cdloh/calibre-bare:7.24.0 / /opt/calibre COPY --from=ghcr.io/bjw-s/kepubify:4.0.4 /app/kepubify /opt/kepubify/kepubify COPY ./apps/calibre-web/entrypoint.sh /entrypoint.sh