Skip to content

Commit

Permalink
docker-base-20240701
Browse files Browse the repository at this point in the history
  • Loading branch information
darodi committed Jul 1, 2024
1 parent a6ce114 commit f145474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f145474

Please sign in to comment.