summaryrefslogtreecommitdiffstats
path: root/.github/workflows/android-dockerimage.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/android-dockerimage.yml')
-rw-r--r--.github/workflows/android-dockerimage.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-dockerimage.yml b/.github/workflows/android-dockerimage.yml
index ce97e3da5..6b7c77050 100644
--- a/.github/workflows/android-dockerimage.yml
+++ b/.github/workflows/android-dockerimage.yml
@@ -10,7 +10,7 @@ jobs:
android-build-container:
runs-on: ubuntu-latest
env:
- VERSION: ${{ '5.13.01' }}
+ VERSION: ${{ '5.13.10' }} # the version numbers here is based on the Qt version, the third digit is the rev of the docker image
steps:
- uses: actions/checkout@v1