File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ ARG asciidoctor_mathematical_version=0.3.5
9292ARG asciidoctor_revealjs_version=5.1.0
9393ARG kramdown_asciidoc_version=2.1.0
9494ARG asciidoctor_bibtex_version=0.9.0
95- ARG asciidoctor_kroki_version=0.9.1
95+ ARG asciidoctor_kroki_version=0.10.0
9696ARG asciidoctor_reducer_version=1.0.2
9797
9898ENV ASCIIDOCTOR_CONFLUENCE_VERSION=${asciidoctor_confluence_version} \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ARCH = $(shell uname -m)
1010LOCAL_TARGET = $(shell if [ $(ARCH ) = "aarch64" ] || [ $(ARCH ) = "arm64" ]; then echo "linux/arm64"; else echo "linux/amd64"; fi)
1111BUILDER = $(shell if $$(docker buildx use asciidoctor 2> /dev/null ) ; then echo "true"; else echo "false"; fi)
1212
13- PANDOC_VERSION ?= 3.1.12.2
13+ PANDOC_VERSION ?= 3.1.12.3
1414
1515all : build test README
1616all-load : build-load test README
Original file line number Diff line number Diff line change 99:ASCIIDOCTOR_REVEALJS_VERSION: 5.1.0
1010:KRAMDOWN_ASCIIDOC_VERSION: 2.1.0
1111:ASCIIDOCTOR_BIBTEX_VERSION: 0.9.0
12- :ASCIIDOCTOR_KROKI_VERSION: 0.9.1
12+ :ASCIIDOCTOR_KROKI_VERSION: 0.10.0
1313:ASCIIDOCTOR_REDUCER_VERSION: 1.0.2
1414= Asciidoctor Docker Container
1515:source-highlighter: coderay
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ASCIIDOCTOR_MATHEMATICAL_VERSION=0.3.5
1212ASCIIDOCTOR_REVEALJS_VERSION=5.1.0
1313KRAMDOWN_ASCIIDOC_VERSION=2.1.0
1414ASCIIDOCTOR_BIBTEX_VERSION=0.9.0
15- ASCIIDOCTOR_KROKI_VERSION=0.9.1
15+ ASCIIDOCTOR_KROKI_VERSION=0.10.0
1616DOCKER_IMAGE_NAME_TO_TEST=" ${IMAGE_NAME:- asciidoctor} "
1717
1818clean_generated_files () {
You can’t perform that action at this time.
0 commit comments