From 0b58d4221f0ba2d0baac13158aab9e9cbaae2dcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 17:49:43 +0000 Subject: [PATCH] Update dependency gitlab-org/cli to v1.106.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 316f267..a6c2549 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,7 +68,7 @@ COPY --from=docker.io/mikefarah/yq:4.52.5 /usr/bin/yq /usr/local/bin/yq # glab # renovate: datasource=gitlab-releases depName=gitlab-org/cli registryUrl=https://gitlab.com -ARG GLAB_VERSION=v1.85.3 +ARG GLAB_VERSION=v1.106.0 RUN \ cd /tmp && \ wget https://gitlab.com/gitlab-org/cli/-/releases/${GLAB_VERSION}/downloads/glab_${GLAB_VERSION##v}_linux_${TARGETARCH}.deb && \