Skip to content

Commit 439336f

Browse files
Update DockerFile to download latest server
1 parent 7594a1b commit 439336f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Appium/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ENV NODEJS_VERSION=7.2.0 \
7575
WORKDIR "/opt/node"
7676

7777
RUN curl -sL https://nodejs.org/dist/v${NODEJS_VERSION}/node-v${NODEJS_VERSION}-linux-x64.tar.gz | tar xz --strip-components=1 && \
78-
npm install -g appium --no-shrinkwrap && \
78+
npm install -g appium@1.6.5-beta --no-shrinkwrap && \
7979
npm cache clean && \
8080
apt-get remove --purge -y npm && \
8181
apt-get autoremove --purge -y && \

0 commit comments

Comments
 (0)