From 435378e859e85196465d64388d91dd7ab21a8e2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 23:43:26 +0000 Subject: [PATCH] Update dependency gitlab-org/cli to v1.101.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 2c6f444..2b9de3c 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.101.0 RUN \ cd /tmp && \ wget https://gitlab.com/gitlab-org/cli/-/releases/${GLAB_VERSION}/downloads/glab_${GLAB_VERSION##v}_linux_${TARGETARCH}.deb && \