Skip to content

Commit

Permalink
Merge pull request #291 from asciidoctor/updatecli_f6e923f26181cdd585…
Browse files Browse the repository at this point in the history
…22a0b32378504ce5414dea1d415f3b3549f81caa566527

[updatecli] Bump Asciidoctor-Kroki version to 0.7.0
  • Loading branch information
dduportal authored Sep 7, 2022
2 parents bb178c9 + b86ba37 commit 465a1af
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG asciidoctor_mathematical_version=0.3.5
ARG asciidoctor_revealjs_version=4.1.0
ARG kramdown_asciidoc_version=2.1.0
ARG asciidoctor_bibtex_version=0.8.0
ARG asciidoctor_kroki_version=0.6.0
ARG asciidoctor_kroki_version=0.7.0
ARG asciidoctor_reducer_version=1.0.2

ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:ASCIIDOCTOR_REVEALJS_VERSION: 4.1.0
:KRAMDOWN_ASCIIDOC_VERSION: 2.1.0
:ASCIIDOCTOR_BIBTEX_VERSION: 0.8.0
:ASCIIDOCTOR_KROKI_VERSION: 0.6.0
:ASCIIDOCTOR_KROKI_VERSION: 0.7.0
:ASCIIDOCTOR_REDUCER_VERSION: 1.0.2
= Asciidoctor Docker Container
:source-highlighter: coderay
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This Docker image provides:

- [Asciidoctor Diagram](https://asciidoctor.org/docs/asciidoctor-diagram/) 2.2.1 with ERD and Graphviz integration (supports plantuml and graphiz diagrams)

- [Asciidoctor PDF](https://asciidoctor.org/docs/asciidoctor-pdf/) 2.1.4
- [Asciidoctor PDF](https://asciidoctor.org/docs/asciidoctor-pdf/) 2.3.0

- [Asciidoctor EPUB3](https://asciidoctor.org/docs/asciidoctor-epub3/) 1.5.1

Expand All @@ -26,9 +26,11 @@ This Docker image provides:

- [Asciidoctor Bibtex](https://github.com/asciidoctor/asciidoctor-bibtex) 0.8.0

- [Asciidoctor Kroki](https://github.com/Mogztter/asciidoctor-kroki) 0.6.0
- [Asciidoctor Kroki](https://github.com/Mogztter/asciidoctor-kroki) 0.7.0

This image uses Alpine Linux 3.15.4 as base image.
- [Asciidoctor Reducer](https://github.com/asciidoctor/asciidoctor-reducer) 1.0.2

This image uses Alpine Linux 3.16.2 as base image.

<div class="note">

Expand Down
2 changes: 1 addition & 1 deletion tests/asciidoctor.bats
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ASCIIDOCTOR_MATHEMATICAL_VERSION=0.3.5
ASCIIDOCTOR_REVEALJS_VERSION=4.1.0
KRAMDOWN_ASCIIDOC_VERSION=2.1.0
ASCIIDOCTOR_BIBTEX_VERSION=0.8.0
ASCIIDOCTOR_KROKI_VERSION=0.6.0
ASCIIDOCTOR_KROKI_VERSION=0.7.0
DOCKER_IMAGE_NAME_TO_TEST="${IMAGE_NAME:-asciidoctor}"

clean_generated_files() {
Expand Down

0 comments on commit 465a1af

Please sign in to comment.