From 0d68169977c4d9f7cb43e91b01bd1cf661073297 Mon Sep 17 00:00:00 2001 From: Carsten Gips Date: Wed, 11 Sep 2024 08:17:49 +0200 Subject: [PATCH] pandoc: bump version to v3.4 --- docker/install-pandoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install-pandoc.sh b/docker/install-pandoc.sh index 03d5b3b..edb087e 100755 --- a/docker/install-pandoc.sh +++ b/docker/install-pandoc.sh @@ -1,7 +1,7 @@ #!/bin/sh ## Versions -export PANDOC="3.3" +export PANDOC="3.4" # set ARCH="amd64" or ARCH="arm64" externally export ARCH="${ARCH:-amd64}" # if not set, use 'amd64' as default