Skip to content

Commit

Permalink
Merge pull request #1 from urothis/master
Browse files Browse the repository at this point in the history
v12.48.12 update
  • Loading branch information
shawaj authored Sep 13, 2021
2 parents 4513967 + 24369e8 commit 9810f38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.44.25" && \
export BALENA_RELEASE="v12.48.12" && \
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Balena Deploy
uses: nebraltd/balena-cli-action@v12.44.25.1
uses: nebraltd/balena-cli-action@v12.48.12.1
if: success()
with:
balena_api_token: ${{secrets.BALENA_API_TOKEN}}
Expand Down

0 comments on commit 9810f38

Please sign in to comment.