Skip to content

Commit

Permalink
fix(android): pin docker image to 4.2 for JDK8 (react-native-communit…
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy authored Nov 19, 2021
1 parent 4d70299 commit fe2898a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executors/linux_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parameters:
type: string
default: medium
docker:
- image: reactnativecommunity/react-native-android
- image: reactnativecommunity/react-native-android:4.2
resource_class: <<parameters.resource_class>>
environment:
- _JAVA_OPTIONS: <<parameters.java_options>>
Expand Down

0 comments on commit fe2898a

Please sign in to comment.