Skip to content

Commit

Permalink
Merge pull request #353 from asciidoctor/updatecli_375dbde5bfb9cb4a29…
Browse files Browse the repository at this point in the history
…54505ddc2082f471ae20c1380ee10b0369b6d37d22892b

Bump Asciidoctor-PDF version to 2.3.7
  • Loading branch information
dduportal committed Apr 17, 2023
2 parents c12556e + 62196e5 commit 0cd2916
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM alpine:${alpine_version} AS base

ARG asciidoctor_version=2.0.18
ARG asciidoctor_confluence_version=0.0.2
ARG asciidoctor_pdf_version=2.3.6
ARG asciidoctor_pdf_version=2.3.7
ARG asciidoctor_diagram_version=2.2.7
ARG asciidoctor_epub3_version=1.5.1
ARG asciidoctor_fb2_version=0.7.0
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:ALPINE_VERSION: 3.17.3
:ASCIIDOCTOR_VERSION: 2.0.18
:ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
:ASCIIDOCTOR_PDF_VERSION: 2.3.6
:ASCIIDOCTOR_PDF_VERSION: 2.3.7
:ASCIIDOCTOR_DIAGRAM_VERSION: 2.2.7
:ASCIIDOCTOR_EPUB3_VERSION: 1.5.1
:ASCIIDOCTOR_FB2_VERSION: 0.7.0
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ This Docker image provides:

- [Asciidoctor](https://asciidoctor.org/) 2.0.18

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

- [Asciidoctor PDF](https://asciidoctor.org/docs/asciidoctor-pdf/) 2.3.4
- [Asciidoctor PDF](https://asciidoctor.org/docs/asciidoctor-pdf/) 2.3.7

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

Expand All @@ -26,11 +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.7.0
- [Asciidoctor Kroki](https://github.com/Mogztter/asciidoctor-kroki) 0.8.0

- [Asciidoctor Reducer](https://github.com/asciidoctor/asciidoctor-reducer) 1.0.2

This image uses Alpine Linux 3.17.1 as base image.
This image uses Alpine Linux 3.17.3 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 @@ -4,7 +4,7 @@ TMP_GENERATION_DIR="${BATS_TEST_DIRNAME}/tmp"
ALPINE_VERSION=3.17.3
ASCIIDOCTOR_VERSION=2.0.18
ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2
ASCIIDOCTOR_PDF_VERSION=2.3.6
ASCIIDOCTOR_PDF_VERSION=2.3.7
ASCIIDOCTOR_DIAGRAM_VERSION=2.2.7
ASCIIDOCTOR_EPUB3_VERSION=1.5.1
ASCIIDOCTOR_FB2_VERSION=0.7.0
Expand Down

0 comments on commit 0cd2916

Please sign in to comment.