From 9c9f458da216b91a6212eccf2c407cdbfa7473d0 Mon Sep 17 00:00:00 2001 From: Carsten Gips Date: Fri, 1 Sep 2023 08:05:07 +0200 Subject: [PATCH] Pandoc: bump version to 3.1.7 (#164) --- 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 37076b7..5179718 100755 --- a/docker/install-pandoc.sh +++ b/docker/install-pandoc.sh @@ -1,7 +1,7 @@ #!/bin/sh ## Versions -export PANDOC="3.1.6.1" +export PANDOC="3.1.7" # set ARCH="amd64" or ARCH="arm64" externally export ARCH="${ARCH:-amd64}" # if not set, use 'amd64' as default