From 7c4711eb3342b85e84c6e5b15293f87e1d0b1663 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Sun, 20 Oct 2024 11:10:07 +0200 Subject: [PATCH] Update pandoc to 3.5.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f82002f..274502e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN echo "Adding system components" && \ libxss1 libxtst6 lsb-release wget xdg-utils && \ curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \ apt install -y nodejs && \ - curl -L -o pandoc.deb https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-1-amd64.deb && \ + curl -L -o pandoc.deb https://github.com/jgm/pandoc/releases/download/3.5/pandoc-3.5-1-amd64.deb && \ dpkg -i pandoc.deb && \ rm pandoc.deb -- GitLab