From 9aa893fd80198344354ad673daa7004220e0cbdb Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:39:15 +0000 Subject: [PATCH] Update balena-io/balena-cli to v18.2.1 Update balena-io/balena-cli from 18.2.0 to 18.2.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 8c3d56c..377c3cb 100644 --- a/yocto-build-env/Dockerfile +++ b/yocto-build-env/Dockerfile @@ -68,7 +68,7 @@ VOLUME /var/lib/docker # Install balena-cli # renovate: datasource=github-releases depName=balena-io/balena-cli -ARG BALENA_CLI_VERSION=v18.2.0 +ARG BALENA_CLI_VERSION=v18.2.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 \