From 8a380679df0ea56a57a5289efb4aacb4480cf346 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:50:34 +0000 Subject: [PATCH] Update dependency balena-io/balena-cli to v18.0.4 Update balena-io/balena-cli from 18.0.2 to 18.0.4 Change-type: patch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3ab42b32..6db71597 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=v18.0.2 +ARG BALENA_CLI_VERSION=v18.0.4 # 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" && \