Skip to content

Commit 02d542a

Browse files
authored
Merge pull request #447 from asciidoctor/updatecli_main_427a06ace6ad24a6fd8c694a8b51585c585a1641eb858fd8b2d5aefe5abd96af
Bump Asciidoctor version to 2.0.23
2 parents ee1c545 + 34946b1 commit 02d542a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

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

16-
ARG asciidoctor_version=2.0.22
16+
ARG asciidoctor_version=2.0.23
1717
ARG asciidoctor_pdf_version=2.3.17
1818

1919
ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:ALPINE_VERSION: 3.19.1
2-
:ASCIIDOCTOR_VERSION: 2.0.22
2+
:ASCIIDOCTOR_VERSION: 2.0.23
33
:ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
44
:ASCIIDOCTOR_PDF_VERSION: 2.3.17
55
:ASCIIDOCTOR_DIAGRAM_VERSION: 2.3.0

tests/asciidoctor.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
TMP_GENERATION_DIR="${BATS_TEST_DIRNAME}/tmp"
44
ALPINE_VERSION=3.19.1
5-
ASCIIDOCTOR_VERSION=2.0.22
5+
ASCIIDOCTOR_VERSION=2.0.23
66
ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2
77
ASCIIDOCTOR_PDF_VERSION=2.3.17
88
ASCIIDOCTOR_DIAGRAM_VERSION=2.3.0

0 commit comments

Comments
 (0)