Skip to content

Commit 55d061a

Browse files
committed
Updated Appium to version 2.15.0
1 parent ba78557 commit 55d061a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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=18
113-
ENV APPIUM_VERSION=2.11.4
113+
ENV APPIUM_VERSION=2.15.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)