We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba78557 commit 55d061aCopy full SHA for 55d061a
Appium/Dockerfile
@@ -110,7 +110,7 @@ ENV PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/build-tools
110
# Using this workaround to install Appium -> https://github.com/appium/appium/issues/10020 -> Please remove this workaround asap
111
#====================================
112
ENV NODE_VERSION=18
113
-ENV APPIUM_VERSION=2.11.4
+ENV APPIUM_VERSION=2.15.0
114
RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash && \
115
apt-get -qqy install nodejs && \
116
npm install -g appium@${APPIUM_VERSION} && \
0 commit comments