diff --git a/Makefile b/Makefile index f6f6a02..dd786c4 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ ARCH = $(shell uname -m) LOCAL_TARGET = $(shell if [ $(ARCH) = "aarch64" ] || [ $(ARCH) = "arm64" ]; then echo "linux/arm64"; else echo "linux/amd64"; fi) BUILDER = $(shell if $$(docker buildx use asciidoctor 2> /dev/null) ; then echo "true"; else echo "false"; fi) -PANDOC_VERSION ?= 3.2.1 +PANDOC_VERSION ?= 3.3 all: build test README all-load: build-load test README