Skip to content

Commit 4b880d9

Browse files
authored
Merge pull request #547 from asciidoctor/updatecli_main_5f49646669ed0b6099516b80780373b38a1cfc2a5be91613aa2bc65261ecffbf
tests: Bump pandoc version to 3.8.2
2 parents 107f3ac + ec21d10 commit 4b880d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARCH = $(shell uname -m)
1010
LOCAL_TARGET = $(shell if [ $(ARCH) = "aarch64" ] || [ $(ARCH) = "arm64" ]; then echo "linux/arm64"; else echo "linux/amd64"; fi)
1111
BUILDER = $(shell if $$(docker buildx use asciidoctor 2> /dev/null) ; then echo "true"; else echo "false"; fi)
1212

13-
PANDOC_VERSION ?= 3.8.1
13+
PANDOC_VERSION ?= 3.8.2
1414

1515
all: build test README
1616
all-load: build-load test README

0 commit comments

Comments
 (0)