We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856f103 commit f7ce65dCopy full SHA for f7ce65d
docker/install-pandoc.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
## Versions
4
-export PANDOC="3.5"
+export PANDOC="3.6"
5
# set ARCH="amd64" or ARCH="arm64" externally
6
export ARCH="${ARCH:-amd64}" # if not set, use 'amd64' as default
7
0 commit comments