Skip to content

Commit

Permalink
Merge pull request #386 from balena-io/renovate/balena-io-balena-cli-…
Browse files Browse the repository at this point in the history
…20.0.x

Update dependency balena-io/balena-cli to v20.0.6
  • Loading branch information
balena-renovate[bot] authored Nov 12, 2024
2 parents a83140a + 0a80ad0 commit c1480a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
ARG BALENA_CLI_VERSION=v20.0.6

# 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" && \
Expand Down

0 comments on commit c1480a1

Please sign in to comment.