We have a config for our react-native android app that is defined to use this image: android-26-node8-alpha
However it actually installs version 10.14.1 of node which causes our build to fail.
The docker file for the image is here
(https://github.com/CircleCI-Public/circleci-dockerfiles/blob/master/android/images/api-26-node8-alpha/Dockerfile)
which references this dockerfile to install the node version
https://raw.githubusercontent.com/nodejs/docker-node/e1f2520c7a5f29dc5896edc3816357c0267cb931/10/stretch/Dockerfile
This change seems to have been applied just a few days ago