diff --git a/Dockerfile b/Dockerfile index 8bd9bde..1ef701e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -92,7 +92,7 @@ ARG asciidoctor_mathematical_version=0.3.5 ARG asciidoctor_revealjs_version=5.1.0 ARG kramdown_asciidoc_version=2.1.0 ARG asciidoctor_bibtex_version=0.9.0 -ARG asciidoctor_kroki_version=0.9.1 +ARG asciidoctor_kroki_version=0.10.0 ARG asciidoctor_reducer_version=1.0.2 ENV ASCIIDOCTOR_CONFLUENCE_VERSION=${asciidoctor_confluence_version} \ diff --git a/Makefile b/Makefile index db05361..09ccfd9 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.1.12.2 +PANDOC_VERSION ?= 3.1.12.3 all: build test README all-load: build-load test README diff --git a/README.adoc b/README.adoc index 2ed3bed..ec6bd07 100644 --- a/README.adoc +++ b/README.adoc @@ -9,7 +9,7 @@ :ASCIIDOCTOR_REVEALJS_VERSION: 5.1.0 :KRAMDOWN_ASCIIDOC_VERSION: 2.1.0 :ASCIIDOCTOR_BIBTEX_VERSION: 0.9.0 -:ASCIIDOCTOR_KROKI_VERSION: 0.9.1 +:ASCIIDOCTOR_KROKI_VERSION: 0.10.0 :ASCIIDOCTOR_REDUCER_VERSION: 1.0.2 = Asciidoctor Docker Container :source-highlighter: coderay diff --git a/tests/asciidoctor.bats b/tests/asciidoctor.bats index bdb5a2f..23b386e 100644 --- a/tests/asciidoctor.bats +++ b/tests/asciidoctor.bats @@ -12,7 +12,7 @@ ASCIIDOCTOR_MATHEMATICAL_VERSION=0.3.5 ASCIIDOCTOR_REVEALJS_VERSION=5.1.0 KRAMDOWN_ASCIIDOC_VERSION=2.1.0 ASCIIDOCTOR_BIBTEX_VERSION=0.9.0 -ASCIIDOCTOR_KROKI_VERSION=0.9.1 +ASCIIDOCTOR_KROKI_VERSION=0.10.0 DOCKER_IMAGE_NAME_TO_TEST="${IMAGE_NAME:-asciidoctor}" clean_generated_files() {