update react native docker (#26325)

Summary:
upgrade docker, this brings NDK 20 and buck 2019.09.03.01.

## Changelog

[Android] [CI] - update react native docker
Pull Request resolved: https://github.com/facebook/react-native/pull/26325

Test Plan: Pass basic build

Differential Revision: D17234774

Pulled By: mdvacca

fbshipit-source-id: 40bfe3cbcb406dca5c1c0021720355a1bab2db8a
This commit is contained in:
gengjiawen
2019-09-06 13:52:31 -07:00
committed by Facebook Github Bot
parent 20a4ac9854
commit 60601f541c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
# and build a Android application that can be used to run the
# tests specified in the scripts/ directory.
#
FROM reactnativecommunity/react-native-android
FROM reactnativecommunity/react-native-android:2019-9-4
LABEL Description="React Native Android Test Image"
LABEL maintainer="Héctor Ramos <hector@fb.com>"
+1 -1
View File
@@ -23,7 +23,7 @@ executors:
reactnativeandroid:
<<: *defaults
docker:
- image: reactnativecommunity/react-native-android:2019-6-4
- image: reactnativecommunity/react-native-android:2019-9-4
resource_class: "large"
environment:
- TERM: "dumb"