From 4e097d987bc58f6d5e9ba7a45487bd470acb9a59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 04:24:24 +0000 Subject: [PATCH] chore(docker-compose): update camunda/operate docker tag to v8.6.6 (#31) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/aws-marketplace-operate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-marketplace-operate.yaml b/.github/workflows/aws-marketplace-operate.yaml index 1b330a4..da3881b 100644 --- a/.github/workflows/aws-marketplace-operate.yaml +++ b/.github/workflows/aws-marketplace-operate.yaml @@ -7,7 +7,7 @@ on: description: "The image tag for the Camunda images" required: true # renovate: datasource=docker depName=camunda/operate - default: 8.6.3 + default: 8.6.6 push: branches: - main