ソースを参照

Merge pull request #1492 from nextcloud/docker-image-23

Bump docker image
Tobias Kaminsky 7 年 前
コミット
deb8af7323
1 ファイル変更2 行追加2 行削除
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -1,6 +1,6 @@
 pipeline:
   test:
-    image: nextcloudci/android:android-22
+    image: nextcloudci/android:android-23
     commands:
       # uncomment gplay for Gplay, Modified only
       - sh -c "if [ '$FLAVOUR' != 'Generic' ]; then sed -i '/.*com.google.*/s/^.*\\/\\///g' build.gradle; fi"
@@ -29,7 +29,7 @@ pipeline:
       - LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/:/opt/android-sdk-linux/tools/lib64/gles_mesa/
 
   lint:
-    image: nextcloudci/android:android-22
+    image: nextcloudci/android:android-23
     commands:
       # needs gplay
       - sed -i '/.*com.google.*/s/^.*\\/\\///g' build.gradle