Skip to content

Commit de94891

Browse files
Update to 1.7.0 and remove shrinkwrap
1 parent f976f4d commit de94891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Appium/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ ENV PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/build-tools
7676
#====================================
7777
# Install latest nodejs, npm, appium
7878
#====================================
79-
ARG APPIUM_VERSION=1.6.6-beta
79+
ARG APPIUM_VERSION=1.7.0-beta
8080
ENV APPIUM_VERSION=$APPIUM_VERSION
8181

8282
RUN curl -sL https://deb.nodesource.com/setup_7.x | bash - && \
8383
apt-get -qqy install nodejs && \
84-
npm install -g appium@${APPIUM_VERSION} --no-shrinkwrap && \
84+
npm install -g appium@${APPIUM_VERSION} && \
8585
npm cache clean && \
8686
apt-get remove --purge -y npm && \
8787
apt-get autoremove --purge -y && \

0 commit comments

Comments
 (0)