From 4a19dbac7f79c27365a608d77e7c732a527b78e4 Mon Sep 17 00:00:00 2001 From: Carsten Gips Date: Tue, 25 Jun 2024 05:43:06 +0200 Subject: [PATCH] pandoc: bump version to v3.2.1 (#275) --- 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 dfecff7..a1a08a8 100755 --- a/docker/install-pandoc.sh +++ b/docker/install-pandoc.sh @@ -1,7 +1,7 @@ #!/bin/sh ## Versions -export PANDOC="3.2" +export PANDOC="3.2.1" # set ARCH="amd64" or ARCH="arm64" externally export ARCH="${ARCH:-amd64}" # if not set, use 'amd64' as default