Skip to content

Commit d8f4abe

Browse files
authored
Merge pull request #222 from asciidoctor/updatecli_ce08ac719b761300db45b06149bef36283be2d8fec111e1de91960d15e70d9f1
[updatecli] Bump Asciidoctor-PDF version
2 parents 72b9e81 + bfda844 commit d8f4abe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM alpine:${alpine_version} AS base
33

44
ARG asciidoctor_version=2.0.16
55
ARG asciidoctor_confluence_version=0.0.2
6-
ARG asciidoctor_pdf_version=1.6.0
6+
ARG asciidoctor_pdf_version=1.6.1
77
ARG asciidoctor_diagram_version=2.2.1
88
ARG asciidoctor_epub3_version=1.5.1
99
ARG asciidoctor_fb2_version=0.5.1

tests/env_vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ALPINE_VERSION: 3.13.6
44
ASCIIDOCTOR_VERSION: 2.0.16
55
ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
6-
ASCIIDOCTOR_PDF_VERSION: 1.6.0
6+
ASCIIDOCTOR_PDF_VERSION: 1.6.1
77
ASCIIDOCTOR_DIAGRAM_VERSION: 2.2.1
88
ASCIIDOCTOR_EPUB3_VERSION: 1.5.1
99
ASCIIDOCTOR_FB2_VERSION: 0.5.1

0 commit comments

Comments
 (0)