mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook Github Bot
parent
20a4ac9854
commit
60601f541c
@@ -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>"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user