From fc3e652f585c08be3bd0ea449874db2034dd29e7 Mon Sep 17 00:00:00 2001
From: Guilhem Bonnefille <guilhem.bonnefille@csgroup.eu>
Date: Wed, 31 Jan 2024 09:54:41 +0000
Subject: [PATCH] doc: fix template's version in component

Needed to ensure future automatic upgrades will work.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1a35782..7f0bf49 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Add the following to your `gitlab-ci.yml`:
 ```yaml
 include:
   # 1: include the component
-  - component: gitlab.com/to-be-continuous/docker/gitlab-ci-docker@5.7.0
+  - component: gitlab.com/to-be-continuous/docker/gitlab-ci-docker@5.8.1
     # 2: set/override component inputs
     inputs:
       build-tool: buildah # ⚠ this is only an example
-- 
GitLab