Skip to content

Commit 5d3b8a3

Browse files
authored
Merge pull request #218 from asciidoctor/updatecli_518d3bea4d2fa1a6915356dc3d8c04bea4d50a545c3e733f8241fe302d4e55e9
[updatecli] Bump Asciidoctor-Diagram version
2 parents a399e92 + 5a8a938 commit 5d3b8a3

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
@@ -4,7 +4,7 @@ FROM alpine:${alpine_version} AS base
44
ARG asciidoctor_version=2.0.16
55
ARG asciidoctor_confluence_version=0.0.2
66
ARG asciidoctor_pdf_version=1.6.0
7-
ARG asciidoctor_diagram_version=2.1.2
7+
ARG asciidoctor_diagram_version=2.2.0
88
ARG asciidoctor_epub3_version=1.5.1
99
ARG asciidoctor_fb2_version=0.5.1
1010
ARG asciidoctor_mathematical_version=0.3.5

tests/env_vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ALPINE_VERSION: 3.13.5
44
ASCIIDOCTOR_VERSION: 2.0.16
55
ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
66
ASCIIDOCTOR_PDF_VERSION: 1.6.0
7-
ASCIIDOCTOR_DIAGRAM_VERSION: 2.1.2
7+
ASCIIDOCTOR_DIAGRAM_VERSION: 2.2.0
88
ASCIIDOCTOR_EPUB3_VERSION: 1.5.1
99
ASCIIDOCTOR_FB2_VERSION: 0.5.1
1010
ASCIIDOCTOR_MATHEMATICAL_VERSION: 0.3.5

0 commit comments

Comments
 (0)