Skip to content

Commit 176d770

Browse files
authored
Merge pull request #426 from asciidoctor/updatecli_07243680d6af2b746c1d2f2ecffb74dd9b17419ec469b84e30ecbb7d3574bc94
Bump Asciidoctor-PDF version to 2.3.13
2 parents 5c2375b + 106b494 commit 176d770

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LABEL maintainers="Guillaume Scheibel <[email protected]>, Damien DUP
1414
LABEL org.opencontainers.image.source="https://github.com/asciidoctor/docker-asciidoctor"
1515

1616
ARG asciidoctor_version=2.0.20
17-
ARG asciidoctor_pdf_version=2.3.12
17+
ARG asciidoctor_pdf_version=2.3.13
1818

1919
ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \
2020
ASCIIDOCTOR_PDF_VERSION=${asciidoctor_pdf_version}

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:ALPINE_VERSION: 3.19.1
22
:ASCIIDOCTOR_VERSION: 2.0.20
33
:ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
4-
:ASCIIDOCTOR_PDF_VERSION: 2.3.12
4+
:ASCIIDOCTOR_PDF_VERSION: 2.3.13
55
:ASCIIDOCTOR_DIAGRAM_VERSION: 2.3.0
66
:ASCIIDOCTOR_EPUB3_VERSION: 2.1.0
77
:ASCIIDOCTOR_FB2_VERSION: 0.7.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This Docker image provides:
88

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

11-
- [Asciidoctor PDF](https://asciidoctor.org/docs/asciidoctor-pdf/) 2.3.12
11+
- [Asciidoctor PDF](https://asciidoctor.org/docs/asciidoctor-pdf/) 2.3.13
1212

1313
- [Asciidoctor EPUB3](https://asciidoctor.org/docs/asciidoctor-epub3/) 2.1.0
1414

tests/asciidoctor.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TMP_GENERATION_DIR="${BATS_TEST_DIRNAME}/tmp"
44
ALPINE_VERSION=3.19.1
55
ASCIIDOCTOR_VERSION=2.0.20
66
ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2
7-
ASCIIDOCTOR_PDF_VERSION=2.3.12
7+
ASCIIDOCTOR_PDF_VERSION=2.3.13
88
ASCIIDOCTOR_DIAGRAM_VERSION=2.3.0
99
ASCIIDOCTOR_EPUB3_VERSION=2.1.0
1010
ASCIIDOCTOR_FB2_VERSION=0.7.0

0 commit comments

Comments
 (0)