Skip to content

Commit

Permalink
Update dependency balena-io/balena-cli to v18.2.2
Browse files Browse the repository at this point in the history
Update balena-io/balena-cli from 18.2.1 to 18.2.2

Change-type: patch
  • Loading branch information
balena-renovate[bot] committed Apr 30, 2024
1 parent 853e855 commit f141b0c
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=v18.2.1
ARG BALENA_CLI_VERSION=v18.2.2

# 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 f141b0c

Please sign in to comment.