Skip to content

Commit e074c52

Browse files
authored
Merge pull request #555 from asciidoctor/updatecli_main_427a06ace6ad24a6fd8c694a8b51585c585a1641eb858fd8b2d5aefe5abd96af
Bump Asciidoctor version to 2.0.26
2 parents a387faf + 42257db commit e074c52

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.25
16+
ARG asciidoctor_version=2.0.26
1717
ARG asciidoctor_pdf_version=2.3.22
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.22.2
2-
:ASCIIDOCTOR_VERSION: 2.0.25
2+
:ASCIIDOCTOR_VERSION: 2.0.26
33
:ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
44
:ASCIIDOCTOR_PDF_VERSION: 2.3.22
55
:ASCIIDOCTOR_DIAGRAM_VERSION: 3.0.1

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.22.2
5-
ASCIIDOCTOR_VERSION=2.0.25
5+
ASCIIDOCTOR_VERSION=2.0.26
66
ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2
77
ASCIIDOCTOR_PDF_VERSION=2.3.22
88
ASCIIDOCTOR_DIAGRAM_VERSION=3.0.1

0 commit comments

Comments
 (0)