Skip to content

Commit

Permalink
Merge branch 'main' into updatecli_ce08ac719b761300db45b06149bef36283…
Browse files Browse the repository at this point in the history
…be2d8fec111e1de91960d15e70d9f1
  • Loading branch information
dduportal authored Oct 3, 2021
2 parents 135cfd0 + 72b9e81 commit bfda844
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG alpine_version=3.13.5
ARG alpine_version=3.13.6
FROM alpine:${alpine_version} AS base

ARG asciidoctor_version=2.0.16
ARG asciidoctor_confluence_version=0.0.2
ARG asciidoctor_pdf_version=1.6.1
ARG asciidoctor_diagram_version=2.2.0
ARG asciidoctor_diagram_version=2.2.1
ARG asciidoctor_epub3_version=1.5.1
ARG asciidoctor_fb2_version=0.5.1
ARG asciidoctor_mathematical_version=0.3.5
Expand Down
4 changes: 2 additions & 2 deletions tests/env_vars.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## This file holds the environement variables for the test harness
# Only key/value at level 0 are allowed
ALPINE_VERSION: 3.13.5
ALPINE_VERSION: 3.13.6
ASCIIDOCTOR_VERSION: 2.0.16
ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
ASCIIDOCTOR_PDF_VERSION: 1.6.1
ASCIIDOCTOR_DIAGRAM_VERSION: 2.2.0
ASCIIDOCTOR_DIAGRAM_VERSION: 2.2.1
ASCIIDOCTOR_EPUB3_VERSION: 1.5.1
ASCIIDOCTOR_FB2_VERSION: 0.5.1
ASCIIDOCTOR_MATHEMATICAL_VERSION: 0.3.5
Expand Down

0 comments on commit bfda844

Please sign in to comment.