diff --git a/Dockerfile b/Dockerfile index 0699bf77f..465204096 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update && \ apt-get install -y apt-transport-https && \ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \ echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \ - curl -sL https://deb.nodesource.com/setup_10.x | bash - && \ + curl -sL https://deb.nodesource.com/setup_12.x | bash - && \ apt-get update && \ apt-get install -y yarn && \ yarn global add expo-cli && \