From f7f44a492a8ee1fc36709e30879027e906f76587 Mon Sep 17 00:00:00 2001 From: Sebastian Widmer Date: Tue, 24 Oct 2023 10:53:53 +0200 Subject: [PATCH] Upgrade `vshn/antora-preview` to `3.1.4` (#283) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad7123d2..12c7eedb 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ else engine_opts ?= --rm --tty --user "$$(id -u)" endif -preview_cmd ?= $(engine_cmd) run --rm --publish 35729:35729 --publish 2020:2020 --volume "${PWD}":/preview/antora ghcr.io/vshn/antora-preview:3.1.2.3 --antora=docs --style=vshn +preview_cmd ?= $(engine_cmd) run --rm --publish 35729:35729 --publish 2020:2020 --volume "${PWD}":/preview/antora ghcr.io/vshn/antora-preview:3.1.4 --antora=docs --style=vshn vale_cmd ?= $(engine_cmd) run $(engine_opts) --volume "$${PWD}"/docs/modules:/pages:Z ghcr.io/vshn/vale:2.15.5 --minAlertLevel=error --config=/pages/ROOT/pages/.vale.ini /pages UNAME := $(shell uname)