Skip to content

Commit

Permalink
Updated Appium from 2.0.0 to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
budtmo committed Aug 4, 2023
1 parent 128415b commit 1dfeb43
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 @@ -109,7 +109,7 @@ ENV PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/build-tools
# Using this workaround to install Appium -> https://github.com/appium/appium/issues/10020 -> Please remove this workaround asap
#====================================
ENV NODE_VERSION=18
ENV APPIUM_VERSION=2.0.0
ENV APPIUM_VERSION=2.0.1
RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash && \
apt-get -qqy install nodejs && \
npm install -g appium@${APPIUM_VERSION} && \
Expand Down

0 comments on commit 1dfeb43

Please sign in to comment.