Upgrade to Alpine 3.21

This commit is contained in:
James R. Barlow
2025-01-05 08:53:02 -08:00
parent d1fc77e1b6
commit cff98d258e
+2 -3
View File
@@ -3,12 +3,11 @@
# Note: Alpine 3.20 builds tesseract with --enable-opencl, which is not
# supported by anyone. OCRmyPDF is not compatible with Alpine 3.20.0
# through 3.20.3. The Alpine issue should be fixed in 3.21.0. It is
# not clear if 3.20.4+ will have the fix.
# through 3.20.3. The issue is fixed in 3.21.
# Details
# https://gitlab.alpinelinux.org/alpine/aports/-/issues/16143
# https://github.com/ocrmypdf/OCRmyPDF/issues/1395
FROM alpine:3.19 AS base
FROM alpine:3.21 AS base
ENV LANG=C.UTF-8
ENV TZ=UTC