From 67275913241512d0fd034aa6a70c928a997c2e19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 10:52:13 +0000 Subject: [PATCH] chore(deps): update ghcr.io/trivoallan/knock docker tag to v0.9.3 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1707bf09..8fe29b9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ stages: [reconcile] reconcile: stage: reconcile - image: ghcr.io/trivoallan/knock:0.8.0 + image: ghcr.io/trivoallan/knock:0.9.3 # Only on a schedule (and manual), never on every push. rules: - if: '$CI_PIPELINE_SOURCE == "schedule"'