Skip to content

Commit dfbd2d4

Browse files
committed
Updated Appium to version 2.18.0
1 parent 052adcc commit dfbd2d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Appium/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ ENV PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/build-tools
110110
# Using this workaround to install Appium -> https://github.com/appium/appium/issues/10020 -> Please remove this workaround asap
111111
#====================================
112112
ENV NODE_VERSION=22
113-
ENV APPIUM_VERSION=2.16.2
113+
ENV APPIUM_VERSION=2.18.0
114114
RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash && \
115115
apt-get -qqy install nodejs && \
116116
npm install -g appium@${APPIUM_VERSION} && \

0 commit comments

Comments
 (0)