Skip to content

Commit

Permalink
Update Dockerfile.alpine
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
emielmolenaar authored Mar 1, 2024
1 parent 16ab4a8 commit b8317db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b8317db

Please sign in to comment.