Skip to content

Commit

Permalink
Update action to latest CLI v12.50.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 15, 2021
1 parent 10516f3 commit 8492e77
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 @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
curl \
unzip && \
cd /opt/ && \
export BALENA_RELEASE="v12.50.1" && \
export BALENA_RELEASE="v12.50.2" && \
echo "Uses Balena CLI version: $BALENA_RELEASE" && \
curl -O -sSL "https://github.com/balena-io/balena-cli/releases/download/$BALENA_RELEASE/balena-cli-$BALENA_RELEASE-linux-x64-standalone.zip" && \
unzip balena-cli-*-linux-x64-standalone.zip && \
Expand Down

0 comments on commit 8492e77

Please sign in to comment.