Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobiasKaminsky <tobias@kaminsky.me>2021-08-05 13:14:27 +0300
committertobiasKaminsky <tobias@kaminsky.me>2021-08-05 13:14:27 +0300
commit047fea6eb89444b86d4535114481481613118819 (patch)
tree0358de0e0171d6cada964bd9092522dc0c86d817 /android8
parente1713fc6e73ceb6bbdfea1a7f233a28cde0a5477 (diff)
Use base2 for android
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Diffstat (limited to 'android8')
-rw-r--r--android8/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/android8/Dockerfile b/android8/Dockerfile
index 410da3d..3063b6d 100644
--- a/android8/Dockerfile
+++ b/android8/Dockerfile
@@ -1,4 +1,4 @@
-FROM ghcr.io/nextcloud/continuous-integration-androidbase:1
+FROM ghcr.io/nextcloud/continuous-integration-androidbase:2
# Android 8.1 (API 27)
RUN sdkmanager "platforms;android-27"