Skip to content

Commit 0ccc107

Browse files
chore: Update the PANDOC_VERSION variable in the Makefile
Made with ❤️️ by updatecli
1 parent 1b59976 commit 0ccc107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.6.2
13+
PANDOC_VERSION ?= 3.6.3
1414

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

0 commit comments

Comments
 (0)