From 661b3b63ecad189fc547378e01140e00e80db8b4 Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Tue, 7 May 2019 16:58:03 -0700 Subject: [PATCH] bump react-native-android docker image to 2019-5-7 (#24742) Summary: Bump react-native-android Docker image used to 2019-5-7, which contains Buck v2019.05.06.01. [CI] [Changed] - Bump react-native-android Docker image used to 2019-5-7, which contains Buck v2019.05.06.01 Pull Request resolved: https://github.com/facebook/react-native/pull/24742 Differential Revision: D15243994 Pulled By: hramos fbshipit-source-id: 515269d535ecb3a46fc4768edb31117a0e731c94 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d653fdcb5..21f3b2c91 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -157,7 +157,7 @@ js_defaults: &js_defaults android_defaults: &android_defaults <<: *defaults docker: - - image: reactnativecommunity/react-native-android:2019-1-19 + - image: reactnativecommunity/react-native-android:2019-5-7 resource_class: "large" environment: - TERM: "dumb"