From abc2a647fc296f1b2bac2358a25f47c28929a821 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:55:06 +0000 Subject: [PATCH] Update dependency balena-io/balena-cli to v20.2.1 Update balena-io/balena-cli from 20.0.9 to 20.2.1 Change-type: patch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d3f9ff07..680f59aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,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=v20.0.9 +ARG BALENA_CLI_VERSION=v20.2.1 # Install balena-cli via standlone zip to save install time RUN wget -q -O balena-cli.zip "https://github.com/balena-io/balena-cli/releases/download/${BALENA_CLI_VERSION}/balena-cli-${BALENA_CLI_VERSION}-linux-x64-standalone.zip" && \