From 64a5faf2268e350aa7dd334b0ba26ba803d21376 Mon Sep 17 00:00:00 2001 From: Srinivasan Sekar Date: Thu, 8 Jun 2017 21:36:49 +0530 Subject: [PATCH] Update to 1.6.6 beta --- Appium/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Appium/Dockerfile b/Appium/Dockerfile index 00274b9..d99a8d4 100644 --- a/Appium/Dockerfile +++ b/Appium/Dockerfile @@ -71,7 +71,7 @@ ENV PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/build-tools #==================================== # Install latest nodejs, npm, appium #==================================== -ENV APPIUM_VERSION=1.6.5 +ENV APPIUM_VERSION=1.6.6-beta RUN curl -sL https://deb.nodesource.com/setup_7.x | bash - && \ apt-get -qqy install nodejs && \