From 0f69c764735f562f52e550f9065567935d56a068 Mon Sep 17 00:00:00 2001 From: Adrian Kosmaczewski Date: Tue, 28 Apr 2020 17:40:21 +0200 Subject: [PATCH] Updated image version numbers --- Makefile | 4 ++-- playbook.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f9c06a5..41cb43c 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/playbook.yml b/playbook.yml index cf8e935..9d81243 100644 --- a/playbook.yml +++ b/playbook.yml @@ -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: