Skip to content

Commit

Permalink
Merge pull request #447 from asciidoctor/updatecli_main_427a06ace6ad2…
Browse files Browse the repository at this point in the history
…4a6fd8c694a8b51585c585a1641eb858fd8b2d5aefe5abd96af

Bump Asciidoctor version to 2.0.23
  • Loading branch information
dduportal committed Jun 4, 2024
2 parents ee1c545 + 34946b1 commit 02d542a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM base AS main-minimal
LABEL maintainers="Guillaume Scheibel <guillaume.scheibel@gmail.com>, Damien DUPORTAL <damien.duportal@gmail.com>"
LABEL org.opencontainers.image.source="https://github.com/asciidoctor/docker-asciidoctor"

ARG asciidoctor_version=2.0.22
ARG asciidoctor_version=2.0.23
ARG asciidoctor_pdf_version=2.3.17

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
@@ -1,5 +1,5 @@
:ALPINE_VERSION: 3.19.1
:ASCIIDOCTOR_VERSION: 2.0.22
:ASCIIDOCTOR_VERSION: 2.0.23
:ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
:ASCIIDOCTOR_PDF_VERSION: 2.3.17
:ASCIIDOCTOR_DIAGRAM_VERSION: 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion tests/asciidoctor.bats
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

TMP_GENERATION_DIR="${BATS_TEST_DIRNAME}/tmp"
ALPINE_VERSION=3.19.1
ASCIIDOCTOR_VERSION=2.0.22
ASCIIDOCTOR_VERSION=2.0.23
ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2
ASCIIDOCTOR_PDF_VERSION=2.3.17
ASCIIDOCTOR_DIAGRAM_VERSION=2.3.0
Expand Down

0 comments on commit 02d542a

Please sign in to comment.