Skip to content

Commit

Permalink
Updated Appium to version 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Utomo Budi (HOME/EET) committed Mar 14, 2024
1 parent 1671704 commit 73537cd
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.5.0
ENV APPIUM_VERSION=2.5.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 73537cd

Please sign in to comment.