diff --git a/Dockerfile b/Dockerfile index eecdbe8c..58d84743 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Select final stage based on TARGETARCH ARG -FROM ghcr.io/darodi/kcc:docker-base-20231129-2 +FROM ghcr.io/darodi/kcc:docker-base-20240701 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 72e34677..d91eb517 100644 --- a/Dockerfile-base +++ b/Dockerfile-base @@ -157,5 +157,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-20231129-2 > /IMAGE_VERSION + echo docker-base-20240701 > /IMAGE_VERSION