Skip to content

Commit 4c027c0

Browse files
committed
chore: bump version
1 parent 999e3e8 commit 4c027c0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

compiler.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ RUN set -xe; \
398398

399399
# Install Poppler (https://gitlab.freedesktop.org/poppler/poppler/-/tags)
400400

401-
ENV VERSION_POPPLER=23.06.0
401+
ENV VERSION_POPPLER=25.12.0
402402
ENV POPPLER_BUILD_DIR=${BUILD_DIR}/poppler
403403
ENV POPPLER_TEST_DIR=${BUILD_DIR}/poppler-test
404404

@@ -427,4 +427,3 @@ RUN set -xe; \
427427
-DTESTDATADIR=${POPPLER_TEST_DIR} \
428428
&& make \
429429
&& make install
430-

0 commit comments

Comments
 (0)