From 6bfd266751fb3dee5b0370a64d39e76e05bfd513 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 15:36:24 +0000 Subject: [PATCH] Update dependency @cloudcli-ai/cloudcli to v1.37.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e14f67..2a0fd03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN curl -fsSL https://mise.run | MISE_INSTALL_PATH=/usr/local/bin/mise MISE_VER # volume in our compose setup), so its image-build version is just a bootstrap # and not pinned. CloudCLI has no auto-update, so we pin it explicitly. # renovate: datasource=npm depName=@cloudcli-ai/cloudcli -ARG CLOUDCLI_VERSION=1.36.1 +ARG CLOUDCLI_VERSION=1.37.3 # typescript is bundled globally so CloudCLI plugins whose `npm run build` calls # `tsc` directly (without listing it as a dependency) still work. RUN npm install -g \