Skip to content

Commit

Permalink
pandoc: bump version to v3.1.12.1 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
cagix authored Feb 18, 2024
1 parent 3f6781b commit d7b802f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install-pandoc.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

## Versions
export PANDOC="3.1.12"
export PANDOC="3.1.12.1"
# set ARCH="amd64" or ARCH="arm64" externally
export ARCH="${ARCH:-amd64}" # if not set, use 'amd64' as default

Expand Down

0 comments on commit d7b802f

Please sign in to comment.