From 930c7db73c3134d461dee49e8567cd4600e29b3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:40:31 +0000 Subject: [PATCH] deps(minor): update dependency gitlab-org/cli to v1.116.0 --- latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest/Dockerfile b/latest/Dockerfile index 8a17b98..0b8fea3 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -2,7 +2,7 @@ FROM ghcr.io/cloudpunks/alpine:3.24@sha256:dac428a9b6d3aa41809f34a428ee8550a4f2b ENTRYPOINT [""] # renovate: datasource=gitlab-releases depName=gitlab-org/cli -ENV GITLAB_CLI_VERSION=1.115.0 +ENV GITLAB_CLI_VERSION=1.116.0 ARG TARGETARCH