aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/android/before_install.sh
diff options
context:
space:
mode:
authorGravatar Christof Arnosti <charno@charno.ch>2020-03-05 22:36:57 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-07 12:34:43 -0800
commit33643bb0af0729f79b28cc0398d6990a6537f810 (patch)
tree3371208ee25bd9fc365fd3f0bdaa947263a904af /scripts/android/before_install.sh
parente6158c55e188ddd417f72e1140e291f8d89c166b (diff)
downloadsubsurface-33643bb0af0729f79b28cc0398d6990a6537f810.tar.gz
travis build-scripts: update container
While the project doesn't use Travis anymore, these scripts are indeed useful when building locally, so it makes sense to keep them current and working. Signed-off-by: Christof Arnosti <charno@charno.ch> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/android/before_install.sh')
-rw-r--r--scripts/android/before_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/android/before_install.sh b/scripts/android/before_install.sh
index c9638a362..42a3bb1d1 100644
--- a/scripts/android/before_install.sh
+++ b/scripts/android/before_install.sh
@@ -19,5 +19,5 @@ docker run -v $PWD:/android/subsurface \
-v $PARENT/subsurface-mobile-build-docker-arm64:/android/subsurface-mobile-build-arm64 \
--name=android-builder \
-w /android \
- -d dirkhh/android-builder:5.12.04.1 \
+ -d subsurface/android-build-container:5.13.10 \
/bin/sleep 60m