From 5bf7ecb46314e2327f815c3281521aabf0f5ee19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 21:15:30 +0000 Subject: [PATCH] deps(minor): update dependency gitlab-org/cli to v1.115.0 --- latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest/Dockerfile b/latest/Dockerfile index 2129740..69f5435 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.114.0 +ENV GITLAB_CLI_VERSION=1.115.0 ARG TARGETARCH