Skip to content

Commit

Permalink
Merge pull request #300 from asciidoctor/updatecli_3831e850c3851ed8fc…
Browse files Browse the repository at this point in the history
…6f0ea248082e85c5d7100c90a662daa45b97e1f5296781

[updatecli] Bump Asciidoctor version (to 2.0.18)
  • Loading branch information
dduportal committed Oct 15, 2022
2 parents 9970726 + 2c289cd commit b2e6d72
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
@@ -1,7 +1,7 @@
ARG alpine_version=3.16.2
FROM alpine:${alpine_version} AS base

ARG asciidoctor_version=2.0.17
ARG asciidoctor_version=2.0.18
ARG asciidoctor_confluence_version=0.0.2
ARG asciidoctor_pdf_version=2.3.2
ARG asciidoctor_diagram_version=2.2.1
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.16.2
:ASCIIDOCTOR_VERSION: 2.0.17
:ASCIIDOCTOR_VERSION: 2.0.18
:ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
:ASCIIDOCTOR_PDF_VERSION: 2.3.2
:ASCIIDOCTOR_DIAGRAM_VERSION: 2.2.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.16.2
ASCIIDOCTOR_VERSION=2.0.17
ASCIIDOCTOR_VERSION=2.0.18
ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2
ASCIIDOCTOR_PDF_VERSION=2.3.2
ASCIIDOCTOR_DIAGRAM_VERSION=2.2.1
Expand Down

0 comments on commit b2e6d72

Please sign in to comment.