Skip to content

Commit 8f024bb

Browse files
committed
update dependencies
1 parent a385ac1 commit 8f024bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.3-labs
2-
ARG BASE=debian:bookworm-20240812-slim
2+
ARG BASE=debian:bookworm-20250203-slim
33
FROM ${BASE} as build-pandoc
44

55
WORKDIR /usr/src/pandoc
@@ -13,8 +13,8 @@ RUN apt update && apt install -y \
1313
zlib1g \
1414
zlib1g-dev
1515

16-
ENV PANDOC_CLI_VERSION=3.3
17-
ENV PANDOC_CROSSREF_VERSION=0.3.17.1
16+
ENV PANDOC_CLI_VERSION=3.6.3
17+
ENV PANDOC_CROSSREF_VERSION=0.3.18.1
1818

1919
RUN cabal update && \
2020
cabal install -j --only-dependencies \

0 commit comments

Comments
 (0)