From 3b7e8dc9a5523e2fcd4ffd1fc41d2e63a11588c9 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sat, 16 Nov 2024 20:01:50 -0800 Subject: [PATCH] Docker numpy (#775) * docker-base-20241116 * docker-base-20241116 --- Dockerfile | 2 +- Dockerfile-base | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f163bdd..e9581fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Select final stage based on TARGETARCH ARG -FROM ghcr.io/ciromattia/kcc:docker-base-20240928 +FROM ghcr.io/ciromattia/kcc:docker-base-20241116 LABEL com.kcc.name="Kindle Comic Converter" LABEL com.kcc.author="Ciro Mattia Gonano, Paweł Jastrzębski and Darodi" LABEL org.opencontainers.image.description='Kindle Comic Converter' diff --git a/Dockerfile-base b/Dockerfile-base index c411b2d..dfd8d8b 100644 --- a/Dockerfile-base +++ b/Dockerfile-base @@ -160,5 +160,5 @@ WORKDIR /app RUN DEBIAN_FRONTEND=noninteractive apt-get update -y && apt-get -yq upgrade && \ apt-get install -y p7zip-full unrar-free && \ ln -s /app/kindlegen /bin/kindlegen && \ - echo docker-base-20240928 > /IMAGE_VERSION + echo docker-base-20241116 > /IMAGE_VERSION