From 1e0f77b165bd90343a59d58ba853f7ffd0647fd9 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 09:16:22 +0000 Subject: [PATCH] Update balena-io/balena-cli to v24 Update balena-io/balena-cli from 22.5.5 to 24.1.4 Change-type: patch --- core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Dockerfile b/core/Dockerfile index 74aa04783..bfb9ce613 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ rm -rf /var/lib/apt/lists/* # renovate: datasource=github-releases depName=balena-io/balena-cli -ARG BALENA_CLI_VERSION=v22.5.5 +ARG BALENA_CLI_VERSION=v24.1.4 SHELL ["/bin/bash", "-o", "pipefail", "-c"]