We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999e3e8 commit 4c027c0Copy full SHA for 4c027c0
1 file changed
compiler.Dockerfile
@@ -398,7 +398,7 @@ RUN set -xe; \
398
399
# Install Poppler (https://gitlab.freedesktop.org/poppler/poppler/-/tags)
400
401
-ENV VERSION_POPPLER=23.06.0
+ENV VERSION_POPPLER=25.12.0
402
ENV POPPLER_BUILD_DIR=${BUILD_DIR}/poppler
403
ENV POPPLER_TEST_DIR=${BUILD_DIR}/poppler-test
404
@@ -427,4 +427,3 @@ RUN set -xe; \
427
-DTESTDATADIR=${POPPLER_TEST_DIR} \
428
&& make \
429
&& make install
430
-
0 commit comments