We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 107f3ac + ec21d10 commit 4b880d9Copy full SHA for 4b880d9
Makefile
@@ -10,7 +10,7 @@ ARCH = $(shell uname -m)
10
LOCAL_TARGET = $(shell if [ $(ARCH) = "aarch64" ] || [ $(ARCH) = "arm64" ]; then echo "linux/arm64"; else echo "linux/amd64"; fi)
11
BUILDER = $(shell if $$(docker buildx use asciidoctor 2> /dev/null) ; then echo "true"; else echo "false"; fi)
12
13
-PANDOC_VERSION ?= 3.8.1
+PANDOC_VERSION ?= 3.8.2
14
15
all: build test README
16
all-load: build-load test README
0 commit comments