We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a385ac1 commit 8f024bbCopy full SHA for 8f024bb
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1.3-labs
2
-ARG BASE=debian:bookworm-20240812-slim
+ARG BASE=debian:bookworm-20250203-slim
3
FROM ${BASE} as build-pandoc
4
5
WORKDIR /usr/src/pandoc
@@ -13,8 +13,8 @@ RUN apt update && apt install -y \
13
zlib1g \
14
zlib1g-dev
15
16
-ENV PANDOC_CLI_VERSION=3.3
17
-ENV PANDOC_CROSSREF_VERSION=0.3.17.1
+ENV PANDOC_CLI_VERSION=3.6.3
+ENV PANDOC_CROSSREF_VERSION=0.3.18.1
18
19
RUN cabal update && \
20
cabal install -j --only-dependencies \
0 commit comments