From c6dd2931904004ce2420558af41931c8e20d24da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 14:13:41 +0000 Subject: [PATCH] deps(minor): update dependency gitlab-org/cli to v1.114.0 --- latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest/Dockerfile b/latest/Dockerfile index c66b869..2129740 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -2,7 +2,7 @@ FROM ghcr.io/cloudpunks/alpine:3.24@sha256:c05a9a0ce1b3d9e2f216b0024f499a562977c ENTRYPOINT [""] # renovate: datasource=gitlab-releases depName=gitlab-org/cli -ENV GITLAB_CLI_VERSION=1.113.0 +ENV GITLAB_CLI_VERSION=1.114.0 ARG TARGETARCH