Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]>, Damien DUPORTAL <[email protected]>"
LABEL org.opencontainers.image.source="https://github.com/asciidoctor/docker-asciidoctor"

ARG asciidoctor_version=2.0.23
ARG asciidoctor_version=2.0.24
ARG asciidoctor_pdf_version=2.3.21

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.22.2
:ASCIIDOCTOR_VERSION: 2.0.23
:ASCIIDOCTOR_VERSION: 2.0.24
:ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
:ASCIIDOCTOR_PDF_VERSION: 2.3.21
:ASCIIDOCTOR_DIAGRAM_VERSION: 3.0.1
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.22.2
ASCIIDOCTOR_VERSION=2.0.23
ASCIIDOCTOR_VERSION=2.0.24
ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2
ASCIIDOCTOR_PDF_VERSION=2.3.21
ASCIIDOCTOR_DIAGRAM_VERSION=3.0.1
Expand Down