From 3acbcc5302e7a9764eeb7568103b5898d7c34bc9 Mon Sep 17 00:00:00 2001
From: Aidan Delaney <adelaney21@bloomberg.net>
Date: Wed, 7 Aug 2024 08:00:47 +0100
Subject: [PATCH] Update tekton task version

Use the latest version of the tekton task

Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
---
 .../docs/for-platform-operators/how-to/integrate-ci/tekton.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/docs/for-platform-operators/how-to/integrate-ci/tekton.md b/content/docs/for-platform-operators/how-to/integrate-ci/tekton.md
index 7d1089430..6fd3071cd 100644
--- a/content/docs/for-platform-operators/how-to/integrate-ci/tekton.md
+++ b/content/docs/for-platform-operators/how-to/integrate-ci/tekton.md
@@ -39,10 +39,10 @@ start the dashboard server.
 
 ### 2. Install the Buildpacks Task
 
-Install the latest version of the buildpacks task (currently `0.3`), by running:
+Install the latest version of the buildpacks task (currently `0.6`), by running:
 
 ```shell
-kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/task/buildpacks/0.3/buildpacks.yaml
+kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/task/buildpacks/0.6/buildpacks.yaml
 ```
 
 ### 3. Install git-clone Task