From af5d0ab93dd67c6d9ca1c1e81e390a670ed6106a Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:02:17 +0000 Subject: [PATCH] Update balena-io/balena-cli to v19.11.1 Update balena-io/balena-cli from 19.11.0 to 19.11.1 Change-type: patch --- yocto-build-env/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yocto-build-env/Dockerfile b/yocto-build-env/Dockerfile index 3a507a4..f463d11 100644 --- a/yocto-build-env/Dockerfile +++ b/yocto-build-env/Dockerfile @@ -46,7 +46,7 @@ VOLUME /var/lib/docker # Install balena-cli # renovate: datasource=github-releases depName=balena-io/balena-cli -ARG BALENA_CLI_VERSION=v19.11.0 +ARG BALENA_CLI_VERSION=v19.11.1 RUN curl -fsSL https://github.com/balena-io/balena-cli/releases/download/$BALENA_CLI_VERSION/balena-cli-$BALENA_CLI_VERSION-linux-x64-standalone.zip > balena-cli.zip && \ unzip balena-cli.zip \