Skip to content

Commit

Permalink
Merge pull request #217 from asciidoctor/updatecli_5e2cb2ba7b9e169e9a…
Browse files Browse the repository at this point in the history
…a19c2d9dfd2018360563f0b9107e804dca285323c87fb8

[updatecli] Bump Asciidoctor version
  • Loading branch information
dduportal authored Aug 4, 2021
2 parents d21e65a + b4ec33b commit a399e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.13.5
FROM alpine:${alpine_version} AS base

ARG asciidoctor_version=2.0.15
ARG asciidoctor_version=2.0.16
ARG asciidoctor_confluence_version=0.0.2
ARG asciidoctor_pdf_version=1.6.0
ARG asciidoctor_diagram_version=2.1.2
Expand Down
2 changes: 1 addition & 1 deletion tests/env_vars.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## This file holds the environement variables for the test harness
# Only key/value at level 0 are allowed
ALPINE_VERSION: 3.13.5
ASCIIDOCTOR_VERSION: 2.0.15
ASCIIDOCTOR_VERSION: 2.0.16
ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
ASCIIDOCTOR_PDF_VERSION: 1.6.0
ASCIIDOCTOR_DIAGRAM_VERSION: 2.1.2
Expand Down

0 comments on commit a399e92

Please sign in to comment.