Skip to content

Commit

Permalink
Updated image version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
akosma authored and srueg committed May 8, 2020
1 parent bb6e797 commit 0f69c76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ web_dir := ./_antora
docker_cmd ?= docker
docker_opts ?= --rm --tty --user "$$(id -u)"

antora_cmd ?= $(docker_cmd) run $(docker_opts) --volume "$${PWD}":/antora vshn/antora:1.3
antora_cmd ?= $(docker_cmd) run $(docker_opts) --volume "$${PWD}":/antora vshn/antora:2.3.0
antora_opts ?= --cache-dir=.cache/antora

vale_cmd ?= $(docker_cmd) run $(docker_opts) --volume "$${PWD}"/docs/modules/ROOT/pages:/pages vshn/vale:1.1 --minAlertLevel=error --config=/pages/.vale.ini /pages
vale_cmd ?= $(docker_cmd) run $(docker_opts) --volume "$${PWD}"/docs/modules/ROOT/pages:/pages vshn/vale:2.1.1 --minAlertLevel=error --config=/pages/.vale.ini /pages

# Go parameters
GOCMD ?= go
Expand Down
2 changes: 1 addition & 1 deletion playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ content:
edit_url: 'https://github.com/projectsyn/steward/edit/master/{path}'
ui:
bundle:
url: https://github.com/projectsyn/antora-ui-default/releases/download/1.2/ui-bundle.zip
url: https://github.com/projectsyn/antora-ui-default/releases/download/1.3/ui-bundle.zip
snapshot: false
asciidoc:
attributes:
Expand Down

0 comments on commit 0f69c76

Please sign in to comment.