Skip to content

Commit

Permalink
Update asciidoctor related versions (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
branic authored Jul 10, 2024
1 parent 2b81aa1 commit d08b3ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions utilities/ubi8-asciidoctor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ LABEL MAINTAINERS="Red Hat Services"

ARG ARCH=amd64
ARG RUBY_VERSION=3.1
ARG asciidoctor_version=2.0.20
ARG asciidoctor_version=2.0.23
ARG asciidoctor_confluence_version=0.0.2
ARG asciidoctor_pdf_version=2.3.9
ARG asciidoctor_diagram_version=2.2.14
ARG asciidoctor_epub3_version=1.5.1
ARG asciidoctor_pdf_version=2.3.15
ARG asciidoctor_diagram_version=2.3.0
ARG asciidoctor_epub3_version=2.1.3
ARG asciidoctor_mathematical_version=0.3.5
ARG asciidoctor_revealjs_version=5.0.1
ARG asciidoctor_revealjs_version=5.1.0
ARG kramdown_asciidoc_version=2.1.0
ARG asciidoctor_bibtex_version=0.8.0
ARG pandoc_version=3.1.8
ARG asciidoctor_reducer_version=1.0.2
ARG epubcheck_ruby_version=4.2.6.0
ARG asciidoctor_bibtex_version=0.9.0
ARG pandoc_version=3.2
ARG asciidoctor_reducer_version=1.0.6
ARG epubcheck_ruby_version=5.1.0.0


ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \
Expand Down
2 changes: 1 addition & 1 deletion utilities/ubi8-asciidoctor/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"v2.1.0"}
{"version":"v2.2.0"}

0 comments on commit d08b3ea

Please sign in to comment.