Skip to content

Commit b010e9d

Browse files
authored
Update Pandoc container from 3.6 -> 3.7 (#261)
Picks up a fix to lierdakil/pandoc-crossref#469
1 parent c28ec71 commit b010e9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.3-labs
22
ARG RUSTBASE=rust:1.87.0-bookworm
33
ARG BUILDBASE=debian:bookworm-20250203-slim
4-
ARG RUNBASE=pandoc/core:3.6-ubuntu
4+
ARG RUNBASE=pandoc/core:3.7-ubuntu
55

66
FROM ${RUSTBASE} AS build-typst
77

0 commit comments

Comments
 (0)