From 915a8ea0b252e28f4ef6f62a695b64e3e9935642 Mon Sep 17 00:00:00 2001 From: Marcel Feix Date: Fri, 13 Aug 2021 06:43:07 +0000 Subject: [PATCH] chore(Documentation Tool) User Version instead of latest tag --- tool-documentation.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool-documentation.gitlab-ci.yml b/tool-documentation.gitlab-ci.yml index cf5ec08..9bb2434 100644 --- a/tool-documentation.gitlab-ci.yml +++ b/tool-documentation.gitlab-ci.yml @@ -1,5 +1,5 @@ .documentation-tool-template: - image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-documentation-tool:latest + image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-documentation-tool:1.5.0 variables: DOCUMENT_ROOT: . INPUT_FILE: "*.adoc"