Skip to content

Commit

Permalink
Docker: Change base image to debian
Browse files Browse the repository at this point in the history
Debian has latest qpdf.
  • Loading branch information
jbarlow83 committed Apr 4, 2022
1 parent 7788d94 commit 79382a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OCRmyPDF
#

FROM ubuntu:21.04 as base
FROM debian:bookworm-slim as base

ENV LANG=C.UTF-8
ENV TZ=UTC
Expand Down
2 changes: 2 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ v13.4.2
- Fixed some deprecation warnings from recent versions of Pillow and pytest.
- Test suite now covers Python 3.10 (Python 3.10 worked fine before, but was not
being tested).
- Docker image now uses debian:bookworm-slim as the base image to fix the Docker
image build.

v13.4.1
=======
Expand Down

0 comments on commit 79382a6

Please sign in to comment.