Skip to content

Commit

Permalink
Update to current versions - housekeeping (#603)
Browse files Browse the repository at this point in the history
* Update to current versions

* version must be three digits, not two

---------

Co-authored-by: buuhsmead <[email protected]>
  • Loading branch information
buuhsmead and hdaems authored Oct 11, 2023
1 parent 39b68a0 commit 992e213
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions utilities/ubi8-asciidoctor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ FROM registry.access.redhat.com/ubi8:latest
LABEL MAINTAINERS="Red Hat Services"

ARG ARCH=amd64
ARG RUBY_VERSION=3.0
ARG asciidoctor_version=2.0.18
ARG RUBY_VERSION=3.1
ARG asciidoctor_version=2.0.20
ARG asciidoctor_confluence_version=0.0.2
ARG asciidoctor_pdf_version=2.3.4
ARG asciidoctor_diagram_version=2.2.3
ARG asciidoctor_pdf_version=2.3.9
ARG asciidoctor_diagram_version=2.2.14
ARG asciidoctor_epub3_version=1.5.1
ARG asciidoctor_mathematical_version=0.3.5
ARG asciidoctor_revealjs_version=4.1.0
ARG asciidoctor_revealjs_version=5.0.1
ARG kramdown_asciidoc_version=2.1.0
ARG asciidoctor_bibtex_version=0.8.0
ARG pandoc_version=3.0
ARG pandoc_version=3.1.8
ARG asciidoctor_reducer_version=1.0.2
ARG epubcheck_ruby_version=4.2.6.0

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.0.1"}
{"version":"v2.1.0"}

0 comments on commit 992e213

Please sign in to comment.