From ae95e9457f38ca61bf509ac5cd9751c1851e1356 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:56:56 +0000 Subject: [PATCH] Update dependency balena-io/balena-cli to v20.0.9 Update balena-io/balena-cli from 20.0.6 to 20.0.9 Change-type: patch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb255334..c0e9b02d 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.6 +ARG BALENA_CLI_VERSION=v20.0.9 # 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" && \