diff --git a/Dockerfile b/Dockerfile index f353db2..6625a8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \ curl \ unzip && \ cd /opt/ && \ - export BALENA_RELEASE="v20.1.3" && \ + export BALENA_RELEASE="v20.1.4" && \ 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 && \ diff --git a/README.md b/README.md index 3cb8b50..7ba852d 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Balena Deploy - uses: NebraLtd/balena-cli-action@v20.1.3 + uses: NebraLtd/balena-cli-action@v20.1.4 if: success() with: balena_url: cloud.openbalena.com