Update Dockerfile.alpine (#1268)

Use Alpine 3.19 as base image to ensure we get GhostScript 10.2.1 to eliminate serious regressions that corrupt PDFs with existing text.
This commit is contained in:
Emiel Molenaar
2024-03-13 14:49:42 -07:00
committed by GitHub
parent 16ab4a8b4e
commit e7eb8fa805
+1 -1
View File
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2023 James R. Barlow
# SPDX-License-Identifier: MPL-2.0
FROM alpine:3.18 as base
FROM alpine:3.19 as base
ENV LANG=C.UTF-8
ENV TZ=UTC