Skip to content

Commit

Permalink
Merge pull request #120 from rarrouas/patch-1
Browse files Browse the repository at this point in the history
Upgrade node version to LTS (node 12)
  • Loading branch information
budtmo authored Jan 8, 2020
2 parents 33a736e + c84df4a commit c000424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Appium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ENV PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/build-tools
ARG APPIUM_VERSION=1.7.0-beta
ENV APPIUM_VERSION=$APPIUM_VERSION

RUN curl -sL https://deb.nodesource.com/setup_10.x | bash && \
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash && \
apt-get -qqy install nodejs && \
npm install -g appium@${APPIUM_VERSION} --unsafe-perm=true --allow-root && \
exit 0 && \
Expand Down

0 comments on commit c000424

Please sign in to comment.