Skip to content

Commit bfafabe

Browse files
committed
Updated Appium to version 2.16.2
1 parent 32645c3 commit bfafabe

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
@@ -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.15.0
113+
ENV APPIUM_VERSION=2.16.2
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)