Skip to content

Commit

Permalink
Merge pull request #28 from projectsyn/image_versions
Browse files Browse the repository at this point in the history
Updated image version numbers
  • Loading branch information
Simon Rüegg authored May 8, 2020
2 parents bb6e797 + 0f69c76 commit a8bb40b
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 a8bb40b

Please sign in to comment.