Skip to content

Commit 73537cd

Browse files
author
Utomo Budi (HOME/EET)
committed
Updated Appium to version 2.5.1
1 parent 1671704 commit 73537cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Appium/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ ENV PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/build-tools
109109
# Using this workaround to install Appium -> https://github.com/appium/appium/issues/10020 -> Please remove this workaround asap
110110
#====================================
111111
ENV NODE_VERSION=18
112-
ENV APPIUM_VERSION=2.5.0
112+
ENV APPIUM_VERSION=2.5.1
113113
RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash && \
114114
apt-get -qqy install nodejs && \
115115
npm install -g appium@${APPIUM_VERSION} && \

0 commit comments

Comments
 (0)